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. render_exe
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by render_exe

    • RE: Start Cinema 4D, how to set Preference path

      @ferdinand Understood. thank you 👍

      posted in Cinema 4D SDK
      R
      render_exe
    • RE: Start Cinema 4D, how to set Preference path

      @ferdinand Thank you, I find another way modify Preference path.
      26808f2c-2c20-42e1-82a4-8903687c7fa5-Preference path.png

      posted in Cinema 4D SDK
      R
      render_exe
    • Start Cinema 4D, how to set Preference path

      hello there!
      I want start Cinema 4D set Preference path by python or Commandline, but I don't know the way, can you help me? Thank you!

      Now i can get Preference path:
      import c4d
      c4d.storage.GeGetStartupWritePath()
      c4d.storage.GeGetC4DPath(c4d.C4D_PATH_PREFS)
      52307d6f-2d25-4ecd-a757-77b01e91d77b-Preference path.png

      posted in Cinema 4D SDK windows
      R
      render_exe
    • RE: How to get octane aov manager in python

      @Dunhou Thank you, I will read and test the code, thank you.
      Cheers~

      posted in General Talk
      R
      render_exe
    • How to get octane aov manager in python

      hello there!

      I want to get every attribute in octane aov manager in python, but I don't know the way, can you help me? Thank you!
      88e15a39-3dae-489a-a925-21dd7a4ed57f-image.png
      d9a78197-0c1b-4994-bc8c-36255637b8ea-image.png

      posted in General Talk python sdk
      R
      render_exe
    • RE: How to get the status of video post in python

      @ferdinand Thank you, the code runs well. └(^o^)┘

      posted in Cinema 4D SDK
      R
      render_exe
    • How to get the status of video post in python

      hello there!

      I want to get the status of video post, open or close, but I don't know the way, can you help me? Thank you!
      5a79b340-725a-4231-a2de-f3c4c582aa1c-image.png

      posted in Cinema 4D SDK sdk python
      R
      render_exe
    • RE: Python cannot get X-Particles(xpCache) information

      @spedler Thank you

      posted in Cinema 4D SDK
      R
      render_exe
    • RE: Python cannot get X-Particles(xpCache) information

      @m_magalhaes Thank you

      posted in Cinema 4D SDK
      R
      render_exe
    • Python cannot get X-Particles(xpCache) information

      Hi!
      I want to get X-Particles xpCache information in the list, but the python prompt does not recognize this object!
      2d9ff031-4b7a-4e59-9a0e-4e5ce414b7ca-image.png

      other properties can be obtained normally!
      686d68fd-06db-4da2-9bf0-b3e0d30f586c-image.png

      Is there any other way to get it? thanks

      posted in Cinema 4D SDK python
      R
      render_exe
    • RE: Python Cinema4d GeDialog List

      @m_magalhaes thank you

      posted in Cinema 4D SDK
      R
      render_exe
    • Python Cinema4d GeDialog List

      hello there!
      I writing a C4D script plugin, I want to display my selected materials or objects in a list, I tried c4D. CUSTOMGUI_LISTVIEW, but I don't know how to put the objects in!
      I also tried c4d.CUSTOMGUI_INEXCLUDE_LIST, this can be added, but there will be a select icon, I want to remove it, but I can't find the method, can anyone help me? thank you
      0c7f5359-81f5-43ca-b503-072f06f629a7-image.png
      3ec1f3b0-41d5-40e8-bb8c-f3a6b8d98b41-image.png

      The final effect I want to achieve is c4D. CUSTOMGUI_LISTVIEW, which looks better

      posted in Cinema 4D SDK
      R
      render_exe