Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. hazzzel
    3. Topics
    H
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Groups 0

    Topics

    • H

      Using "config" plugins to modify the loading queue in R19

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r19 c++
      4
      0 Votes
      4 Posts
      1k Views
      r_giganteR
      Hi @hazzzel, thanks for reaching out us. The QueryStartupOrder() has been introduced in R20 and there's no way to call it on previous releases. As suggested by @kbar , you're instead supposed to make use of the SetPluginPriority() as shown in the Plugin Functions Manual / Priority section to properly specify the plugin priority and control the loading time. Cheers, R
    • H

      get bitmap of shader in r20

      Watching Ignoring Scheduled Pinned Locked Moved Cineware SDK r20 c++
      4
      0 Votes
      4 Posts
      2k Views
      r_giganteR
      Hi @hazzzel thanks for reaching out us. With regard to your question, please consider that you might have to attach a VolumeData to the InitRenderStruct. For this scope please have a look at: Sampling a Shader. Creating a VolumeData about using Render::GetInitialVolumeData() or VolumeData::Alloc() Post #8 in Sample a shader thread. Best, R.
    • H

      How to bake shader into basebitmap?

      Watching Ignoring Scheduled Pinned Locked Moved Cineware SDK
      3
      0 Votes
      3 Posts
      1k Views
      H
      Thanks a lot!