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

    Posts made by UMD

    • RE: Custom Build C4D.2024.py310 ?

      Hello @ferdinand,
      To answered to your question, our TD said:
      "Our pipeline uses PySide2 to display UIs, however from python 3.11 onwards only PySide6 is available. We plan on switching to it eventually but it will take some time, meaning we will not be able to use C4D 2024 with our pipeline in the meantime."

      Thanks

      posted in Cinema 4D SDK
      UMDU
      UMD
    • Custom Build C4D.2024.py310 ?

      Hello,

      We wanted to know if there are custom versions of C4D 2024 with python 3.10?
      If so, where can we find them?
      If not, is there a way to return from the 3.11 to 3.10 with 2024?

      Merci !

      posted in Cinema 4D SDK 2024 python
      UMDU
      UMD
    • RE: Importing RSproxies using Python

      Oh I see..
      The ExecutePasses was the key !

      Thank you for your answers !

      posted in Cinema 4D SDK
      UMDU
      UMD
    • RE: Importing RSproxies using Python

      Hello @ferdinand ,
      thank you for your answer !

      But we have another issue with that!
      We want to edit the REDSHIFT_PROXY_SELECTION_OBJECTS parameter after import
      ca257492-3739-4069-91f8-de8521342972-image.png

      but this parameter does not seem to be initialized on creation and it returns an empty string.
      I tried to refresh c4d ui, switch frame, etc.. to force reload but nothing happens
      To get the param value I have to run another script by hand after the import command.

      Here is the simplified code:

      proxy = proxy_utils.import_proxy(doc, "tutu", "hello")
      c4d.EventAdd()
      print(proxy[c4d.REDSHIFT_PROXY_SELECTION_OBJECTS])
      >> 
      

      Thanks

      posted in Cinema 4D SDK
      UMDU
      UMD
    • Importing RSproxies using Python

      Hello,

      We would like to import RSproxy inside C4D using Python script but we don't find any documentation about how we can set the import path and the animation type.
      these fields seams unaccesible with python in C4D.
      This one:
      349e4158-6936-4cee-a8ae-cab7a1a3be96-image.png
      and this one:
      164a259d-c15a-4f2f-8392-106c676d7abd-image.png

      Is it right?
      Thanks

      posted in Cinema 4D SDK s26 python
      UMDU
      UMD