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
    • Recent
    • Tags
    • Users
    • Register
    • Login
    1. Maxon Developers Forum
    2. Tags
    3. python
    Log in to post

    • All categories
    • F

      Sliders in Python plugin

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK sdk python 2023
      5
      0 Votes
      5 Posts
      1k Views
      ferdinandF
      Hello @filipst, Without further questions or updates we will consider this topic as solved by Friday the 11th, and flag it accordingly. Cheers, Maxon SDK Group
    • G

      How to use external libraries inside of a plugin

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      4
      0 Votes
      4 Posts
      1k Views
      G
      Thankyou! Noted!
    • ymoonY

      Use the tab name and open the that window?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      3
      1
      0 Votes
      3 Posts
      1k Views
      ymoonY
      @ferdinand There is no command to invoke the viewport window, so I was looking for an alternative. I will tagging the version in the next post. (R2023) Thank You.
    • S

      abc exported object names

      Watching Ignoring Scheduled Pinned Locked Moved Bugs r25 python
      3
      2
      1 Votes
      3 Posts
      1k Views
      S
      super, thanks
    • K

      Python-Generated Splines are not recognized by Cloner Object

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python 2023
      3
      0 Votes
      3 Posts
      813 Views
      K
      hi @i_mazlov , I understand that it is not supported, so I will use Scene Nodes to generate the spline this time. No other questions, thank you very much.
    • A

      Reading unicode from file Python

      Watching Ignoring Scheduled Pinned Locked Moved General Talk python
      3
      0 Votes
      3 Posts
      1k Views
      A
      Thanks, I guess.. For anyone else coming across this issue, to decode in python you need to ensure that you're using the correct encoding when reading the CSV file. Even if the CSV file is already encoded to what you are expecting. To make it work for us we did the below: with open(CSV, encoding='utf-8') as csv_file: Rather than with open(CSV) as csv_file:
    • D

      Python Xpresso node detect Userdata button press message

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python project tool
      5
      0 Votes
      5 Posts
      1k Views
      D
      @ferdinand Thanks for your comprehensive explanation. I really appreciate that. Cheers
    • T

      Is there a Message ID for Render Data or Render Document Change?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python 2023
      4
      1
      0 Votes
      4 Posts
      1k Views
      J
      Hello @Thodos , without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly. Thank you for your understanding, Maxon SDK Group
    • mikeudinM

      How to apply new fixed FieldList securely

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r23 python 2023
      5
      0 Votes
      5 Posts
      1k Views
      J
      Hello @mikeudin , without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly. Thank you for your understanding, Maxon SDK Group
    • C

      How to: Plugin parent folder on extensions menu

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      5
      1
      0 Votes
      5 Posts
      2k Views
      J
      Hello @cybor09 , without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly. Thank you for your understanding, Maxon SDK Group
    • DunhouD

      Open source wrapper for Octane/Redshift/Arnold/Vray/Corona in Cinema 4D.

      Watching Ignoring Scheduled Pinned Locked Moved General Talk programming learning-resource
      23
      9 Votes
      23 Posts
      27k Views
      DunhouD
      Hi community! Add Basic CentiLeo Material support, also with ConvertPorts data, This a "new" GPU Renderer and in active development. I am very interested in it. Not add AOV due to still being in the early stages of development, waiting for this. Cheers~ DunHou
    • T

      Retrieve GvNodeMaster from Xpresso Editor/Manager

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python 2023
      3
      0 Votes
      3 Posts
      828 Views
      T
      Hello @ferdinand ! Thank you for such a fast reply! Looks like c4d.modules.graphview.GetMaster(0) does the trick, I was confused at first about "id" in the arguments, but looks like 0 really gives the current active GvNodeMaster! Cheers, Max.
    • mikeudinM

      Not working FieldLists Keyframes and Tracks

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r23
      3
      1
      0 Votes
      3 Posts
      769 Views
      mikeudinM
      @ferdinand Thank you! That was TranslateDescID issue!
    • G

      Listening to the status of the Pictureviewer (like when Rendering Multiple Takes to Pictureviewer)

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python project tool
      5
      0 Votes
      5 Posts
      1k Views
      J
      Hello @GillesKontrol , without further questions or postings, we will consider this topic as solved by Friday, the 11th of august 2023 and flag it accordingly. Thank you for your understanding, Maxon SDK Group
    • aghiad322A

      Message system isn't working in python effector

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      4
      1
      0 Votes
      4 Posts
      969 Views
      ferdinandF
      Hello @aghiad322, I have closed this thread as it has been answered. The task has been added to our internal task pool. However, since this is not a bug but a feature limitation, I have not marked this thread as to_fix as there is nothing to fix here. This does not mean that we will not do it, I have added the task for now to the task pool of a close by release. But we treat feature requests differently than bugs, and the task might therefore be postponed/pushed when we run out of time in that release. Cheers, Ferdinand
    • M

      DrawView update ISSUE

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      7
      0 Votes
      7 Posts
      1k Views
      i_mazlovI
      Hi @mdk7b2, Glad to hear and thank you for sharing your solution! Good luck and let me know if you have any further questions. Cheers, Ilia
    • P

      Setting Noise as the Shader in a Displacer

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python 2023
      4
      0 Votes
      4 Posts
      1k Views
      P
      Ok, I understand it now better, thanks.
    • G

      Loading in a framesequence to the pictureviewer (EXRs)

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      5
      0 Votes
      5 Posts
      1k Views
      G
      Loud and clear! Thankyou!
    • J

      Create Splines without lines

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      2
      0 Votes
      2 Posts
      589 Views
      ferdinandF
      Hi @Joel, Thank you for reaching out to us. You might want to have a look at this example script of ours which takes you in a scenic tour through SplineObject handling. I also covered the case of a multi-segment spline there. Cheers, Ferdinand
    • C

      Read Background Color from RS Camera

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python 2023
      3
      0 Votes
      3 Posts
      936 Views
      C
      Thanks a lot for the quick response @ferdinand ! I'll use the raw int values then, thanks