Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware 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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. hazzzel
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by hazzzel

    • H

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

      Cinema 4D SDK
      • r19 c++ • • hazzzel
      4
      0
      Votes
      4
      Posts
      952
      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

      Cineware SDK
      • r20 c++ • • hazzzel
      4
      0
      Votes
      4
      Posts
      1.4k
      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?

      Cineware SDK
      • • • hazzzel
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      H

      Thanks a lot!