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. Matt_B
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Matt_B

    • RE: Python Generator does not update when children are edited

      I just figured out the answer - I needed to disable "Optimize Cache" on the generator's Object tab.

      posted in Cinema 4D SDK
      M
      Matt_B
    • Python Generator does not update when children are edited

      I have a Python generator with a child object (in Object Manager).

      When I move/scale/rotate the child object, the Python generator code does not run, and so the display becomes stale. I have to change the generator's User Data to get it to recalculate.

      I tried using message() but that did not help, even for all mid's.

      How can I make sure the generator code runs when its children have been edited?

      posted in Cinema 4D SDK
      M
      Matt_B
    • RE: Python Generator associated with User Data?

      Thanks for the great suggestions! ❤

      I just discovered I can also use "File | Save Object Preset" and "File | Load Object Preset" in the Attribute Manager.

      posted in Cinema 4D SDK
      M
      Matt_B
    • Python Generator associated with User Data?

      I've written a Python Generator which uses 14 User Data items (located on the the generator object).

      Is there a way to associate the User Data definition with my Python Generator script, such that whenever I create a new instance of this PyGen object, the associated User Data is automatically added to it?

      posted in Cinema 4D SDK python
      M
      Matt_B