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
    • Unread
    • Recent
    • Tags
    • Users
    • Login
    1. Maxon Developers Forum
    2. bencaires
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by bencaires

    • B

      Controlling Shader with Userdata

      Cinema 4D SDK
      • • • bencaires
      5
      0
      Votes
      5
      Posts
      1.6k
      Views

      dskeithbuckD

      @m_adam I've run into the copy/paste UserData bug a few times. Glad it's been reported!

    • B

      Linking python tag userdata to null (ie compositing tag)

      Cinema 4D SDK
      • • • bencaires
      6
      0
      Votes
      6
      Posts
      1.9k
      Views

      Y

      Hi,

      The Test tag plugin is missing in the linked c4d file but I see the behavior with another tag plugin (Py-LookAtCamera SDK example).

      I was wrong in my previous post. This behavior of the Attribute Manager is applied to tags that can be added only once to an object. This can't be done for tags that can be added multiple times.
      Unfortunately the Python tag is registered with TAG_MULTIPLE flag so it can be added multiple times to an object but the parameter tab isn't attached to its parent object.

    • B

      Python Effectors

      Cinema 4D SDK
      • python • • bencaires
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      B

      Thanks dskeith, that code worked perfectly. Thanks for that!