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

    • All categories
    • S

      Cannot modify Lens Effects

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      3
      0 Votes
      3 Posts
      667 Views
      S
      @m_adam Thank you. Thank you very much!
    • B

      Converting COFFEE to Python

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r20
      3
      0 Votes
      3 Posts
      1k Views
      M
      Any news? I turned your topic as solved, but feel free to ask questions, or bump it again if you need it. Cheers, Maxime.
    • B

      Hide the Generic Tabs of an Subject

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      5
      0 Votes
      5 Posts
      815 Views
      B
      @m_adam Oh okay. Thanks for the confirmation. Have a great day ahead!
    • B

      Option to make Python Console in a "Word Wrap" Mode

      Watching Ignoring Scheduled Pinned Locked Moved General Talk r20 python
      6
      0 Votes
      6 Posts
      1k Views
      B
      @m_adam Ah gotcha. I can only access perpetual versions. C4D 2023 was not made available for perpetual. Anyhow, thanks for the confirmation. Will close the thread.
    • R

      Move just the axis of a polygonal object

      Watching Ignoring Scheduled Pinned Locked Moved General Talk
      10
      0 Votes
      10 Posts
      2k Views
      ManuelM
      hi, when you will be sure that it's solved, don't forget to mark this thread as solved please. Cheers Manuel
    • chuanzhenC

      DrawLine Obscured by objects

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      5
      1
      0 Votes
      5 Posts
      1k Views
      chuanzhenC
      @m_magalhaes Thanks ,it works well,I modified the code according to your answer. 1 draw line not obscured by any object.solved 2 before i just draw line in MouseImput() (not add Draw() funtion),as above pic/code, Now i draw line in Draw(),it works well.solved
    • B

      Changing the syntax from "SetString" to "Brackets" type

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      9
      0 Votes
      9 Posts
      2k Views
      B
      @Cairyn Thanks for the code. It works as expected. @s_bach Thanks for the reference. Reading it at the moment and the whole base container is much more complicated than I thought it would be.
    • P

      GetLayerData() for Xref

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      3
      0 Votes
      3 Posts
      538 Views
      M
      Hi @pim, does the solution provided is ok for you? EDIT: I turned it into solved but please feel free to open it again if you need to.
    • S

      Convenience function for Combobox

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r19 python macos
      5
      0 Votes
      5 Posts
      1k Views
      S
      Thank you again, @m_adam! I ended up using the C++ method, and it worked like a charm. Also, I appreciate the link to the *args and **kwargs at pythontips.com. It was very helpful to understand those concepts. I do have (many) more questions, but I'll start new posts since they're not related to this topic. My Best, Eric
    • B

      Problem on Freezing and Parenting objects (i.e. Double Transformations)

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      3
      0 Votes
      3 Posts
      530 Views
      B
      @m_adam Interesting. I never thought of doing it that way. Thanks for the response. It works as expected. Have a great day ahead!
    • merkvilsonM

      merge BaceCointainer from one object to another.

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python
      6
      0 Votes
      6 Posts
      1k Views
      ManuelM
      yea, sometime a direct approach is better. By the way, and for those who are reading this post, you can use the ids found in Ospline.h (i'm pretty sure you found them but just in case) SPLINEOBJECT_INTERPOLATION_NONE SPLINEOBJECT_INTERPOLATION_NATURAL SPLINEOBJECT_INTERPOLATION_UNIFORM SPLINEOBJECT_INTERPOLATION_ADAPTIVE SPLINEOBJECT_INTERPOLATION_SUBDIV Cheers Manuel
    • B

      Modify FBX Exporter?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      5
      0 Votes
      5 Posts
      1k Views
      B
      Sure sure we can label at as solved at the moment. Thanks again for the help!
    • P

      Which message does the tag receive when Viewport Solo is activated/selected?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      3
      1
      0 Votes
      3 Posts
      495 Views
      P
      Yes, I do the same. I can check whether the obj is dirty and set the nbits again. Thank you.
    • P

      Treeview adding a new item as an child

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r20
      4
      0 Votes
      4 Posts
      1k Views
      r_giganteR
      @mp5gosu this completely makes sense and it's indeed a valuable recommendation but I wasn't sure about Pim's requirement here on deriving from Cinema 4D base classes. Cheers, R
    • B

      Retrieve tags that have only "logical" Priority Data?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      3
      0 Votes
      3 Posts
      724 Views
      B
      @m_magalhaes said in Retrieve tags that have only "logical" Priority Data?: descTag = tag.GetDescription(c4d.DESCFLAGS_DESC_NONE) bc = descTag.GetParameter(c4d.EXPRESSION_PRIORITY) if bc[c4d.DESC_NAME] is not None: print tag Thanks @m_magalhaes. Works as expected! Just a little change from c4d.DESCFLAGS_DESC_NONE to c4d.DESCFLAGS_DESC_0 Thanks again. Have a great day ahead!
    • P

      Copying / cloning a Volume Builder object.

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r20
      4
      2
      0 Votes
      4 Posts
      858 Views
      P
      @r_gigante said in Copying / cloning a Volume Builder object.: AliasTrans Great news, I will try it. Thanks. Edit: Yes, everything is ok now! But to be honest, I do not fully understand the functionality. The manual says "Normally Cinema 4D provides an alias translator when needed, for example in NodeData.CopyTo(). However, to copy objects manually use: ..." So, the advise is to use this functionality when copying objects? I see the functionality is here since R17, but this is the first time I came across this issue and this solution.
    • jochemdkJ

      MographToNulls available for free as a Python scripting tag

      Watching Ignoring Scheduled Pinned Locked Moved General Talk
      4
      0 Votes
      4 Posts
      1k Views
      jochemdkJ
      OK, I feel pretty stupid now... I was so busy with the specific way I used the script in the past, I forgot about the animation part So, I'll try to find some time soon to get the code up and running for animation. So my main function will be larger than "pass"
    • .

      Calling Bevel tool and setting parametrs

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r19 sdk
      9
      0 Votes
      9 Posts
      2k Views
      M
      settings[c4d.MDATA_BEVEL_RADIUS] = 0.5 Works fine here.
    • B

      Modifying or Adding Script Directory?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      5
      0 Votes
      5 Posts
      1k Views
      M
      This issue is now fixed in R21. Cheers, Maxime.
    • P

      retrieve data from multiple cloners in python

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK
      10
      0 Votes
      10 Posts
      3k Views
      P
      Thank you @m_adam it's really helpful! I was going to a wrong direction. I chose to do a project that has every new aspect to explore :)) I will for sure disturb you in future with my questions. I appreciate your suggestions. Parvin