• Why are there no Sketch and Toon shaders?

    Cinema 4D SDK windows python s26
    3
    0 Votes
    3 Posts
    520 Views
    ferdinandF
    Hello @blastframe, without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand
  • Using Path Selection

    Cinema 4D SDK python r23 windows
    3
    1
    0 Votes
    3 Posts
    604 Views
    ferdinandF
    Hello @DGLopez, without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand
  • Modify rotation of clone child objects

    Cinema 4D SDK
    5
    1
    0 Votes
    5 Posts
    966 Views
    M
    Hello @will_blizzard, without further questions or postings, we will consider this topic as solved by Wednesday 31/05/2023 and flag it accordingly. Thank you for your understanding, Maxime.
  • How to get/set single vector value from USERDATA

    Cinema 4D SDK python
    2
    1
    0 Votes
    2 Posts
    299 Views
    ferdinandF
    Hello @mikeudin, Thank you for reaching out to us. Vectors represented by the type c4d.Vector are immutable in Cinema 4D, so one intentionally cannot change one of the components of a vector after it has been instantiated (matrices are not immutable over their vector components on the other hand). To achieve what you want to do, you must write: old = Cube[c4d.ID_USERDATA, 2] Cube[c4d.ID_USERDATA, 2] = c4d.Vector(old.x, old.y, 12) The following would also be possible, but it is not an improvement IMHO: Cube[c4d.ID_USERDATA, 2] = c4d.Vector(Cube[c4d.ID_USERDATA, 2].x, Cube[c4d.ID_USERDATA, 2].y, 12) Cheers, Ferdinand
  • [Python API] - Foldable Group Bug Still?

    Cinema 4D SDK s26 python
    5
    0 Votes
    5 Posts
    791 Views
    C
    @m_magalhaes - All good! Just wanted to make certain that the issue hasn't been fixed yet (since 2018..). In the future I'll write a python class, extending a group that is collapsible using the workaround you mentioned. Thank you for getting back to me and looking into this! Cheers.
  • StringToNumber to BaseTime

    Cinema 4D SDK python
    6
    0 Votes
    6 Posts
    650 Views
    mikeudinM
    Great, thank you guys!
  • Python Field - Object Data Update

    Cinema 4D SDK python r21 windows
    3
    1
    0 Votes
    3 Posts
    776 Views
    C
    Hello @m_magalhaes , Thanks a lot for the tip, works perfectly as you said [image: 1652754301818-cinema_4d_f7fynzcvz4.gif]
  • c4dpy "sysctl: No such file or directory"

    General Talk s26 python
    4
    1
    0 Votes
    4 Posts
    856 Views
    I
    Sorry for the late reply, my issue went away after reinstalling C4D so I forgot about it Thank you for your feedback
  • 0 Votes
    4 Posts
    734 Views
    ferdinandF
    Hello @byoneukp, without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand
  • read data from a "capsule object"

    Cinema 4D SDK
    3
    0 Votes
    3 Posts
    598 Views
    ferdinandF
    Hello @jesse, without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand
  • errors in api documents?

    Moved Bugs python
    4
    1 Votes
    4 Posts
    1k Views
    M
    Hi Jesse, thanks for the report those issue have been fixed and will be up in the next update of the documentation. Thanks a lot for reporting them and if you see other one please report them ! Cheers, Maxime.
  • Copy Paste Point Global Position

    Cinema 4D SDK python
    3
    0 Votes
    3 Posts
    757 Views
    ymoonY
    @cairyn It Works. Thank You. Very Much.
  • How to use GeUserArea.DrawCustomButton()

    Cinema 4D SDK python sdk s26
    5
    1
    0 Votes
    5 Posts
    730 Views
    K
    Hi @m_adam , It is unfortunate because I thought it would be useful if it were available, but I understand. Thank you for your prompt response!
  • ShowPopupDialog in SceneLoaderData

    Cinema 4D SDK s26 python
    6
    0 Votes
    6 Posts
    1k Views
    ferdinandF
    Hello @kalugin, without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand
  • 0 Votes
    3 Posts
    470 Views
    FSSF
    Thank you for the swift reply though
  • Get the Panel Type Under Cursor?

    Cinema 4D SDK r25 python
    3
    0 Votes
    3 Posts
    359 Views
    ferdinandF
    Hello @bentraje, without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand
  • Accessing the World Grid Options in R25+?

    Cinema 4D SDK r25 python
    3
    1
    0 Votes
    3 Posts
    654 Views
    ManuelM
    hi, i confirm this is the right way of doing it. Be aware that the legacy mode has been removed now from the UI but is still accessible from python. If you define the legacy mode, the user will not be able to get back to normal mode. Cheers, Manuel
  • Call plugin by python script with arguments

    Cinema 4D SDK r25 python
    3
    0 Votes
    3 Posts
    597 Views
    kosmos3dK
    @m_magalhaes Thank you very much for your reply. Target was to let user run my plugin in pyton script without open its gui, but set options by some command. Meanwhile I came to solution by implementing ExecuteOptionID method. In this way user first sets options in gui and after can CallCommand anywhere he wants in scripts. Again thank you for your time.
  • 0 Votes
    6 Posts
    1k Views
    ferdinandF
    Hello @render_exe, without any further questions and other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand
  • How to Set UserData Group fold/unfold

    Cinema 4D SDK python s26
    9
    0 Votes
    9 Posts
    1k Views
    ferdinandF
    Hello @chuanzhen, without any further questions or other postings, we will consider this topic as solved and flag it as such by Friday, 17/06/2022. Thank you for your understanding, Ferdinand