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. Tags
    3. r20
    Log in to post

    • All categories
    • chuanzhenC

      Color Gui Off Animation,Key frames will still be recorded in AutoKeyframe mode!

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      4
      1
      0 Votes
      4 Posts
      517 Views
      chuanzhenC
      @m_magalhaes Thanks, hope to fix it in a future release.
    • rsodreR

      Detecting TriState

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ r19 r20
      9
      0 Votes
      9 Posts
      934 Views
      ManuelM
      hi, yes closed is a better word in that case, I still need to add something in the documentation. Cheers, Manuel
    • B

      Create Quicktab Radio Buttons

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      4
      0 Votes
      4 Posts
      601 Views
      B
      @s_bach Thank you. Works as expected.
    • J

      MoGraph Form Control

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ r20 sdk
      3
      0 Votes
      3 Posts
      697 Views
      ManuelM
      hello, if you have nothing to add, this thread will be considered as 'solved' and will be closed tomorrow Cheers Manuel
    • B

      Unable to Modify the Input Port of the Math Node

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      3
      0 Votes
      3 Posts
      597 Views
      B
      RE: appears they need a little bit more love. Thanks for the clarification. The code works as expected!
    • codysorgenfreyC

      Bug in mograph python effector default state R20

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      4
      1 Votes
      4 Posts
      921 Views
      M
      Thanks for reporting I've created a bug report. Cheers, Maxime
    • M

      How ObjectData add PRIORITY and execute

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ r20
      3
      0 Votes
      3 Posts
      839 Views
      M
      @s_bach Thank you!
    • B

      GetObject() on the Python Node inside the Xpresso

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      3
      0 Votes
      3 Posts
      573 Views
      B
      @s_bach Thank you! Works as expected.
    • B

      Press "Yes" when document is opened?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      5
      0 Votes
      5 Posts
      655 Views
      B
      @s_bach RE: The dialog box is not opened when you load the document. The dialog box is opened when you try to save it using CallCommand(). Thanks for the clarification. The code you presented works as expected. Thank you!
    • B

      Print to Console for the Python Node in the Expresso Editor?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      4
      0 Votes
      4 Posts
      654 Views
      B
      Gotcha. Thanks for the reminder!
    • B

      Add Object Output Parameter of a Node

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

      Retrieving Deformed Splines

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK c++ r20 sdk
      3
      0 Votes
      3 Posts
      655 Views
      J
      Thanks for the reply, it really helped me out. John
    • B

      Dragging of Parameters to Viewport

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      6
      0 Votes
      6 Posts
      747 Views
      B
      @m_adam Gotcha. Thanks for the confirmation.
    • B

      Limit the doc.SearchObject() on the source document?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      5
      0 Votes
      5 Posts
      647 Views
      B
      @m_adam I have a handful of doc.SearchObject() so I was looking for an easier route. I guess there is no way around it except concatenating strings. Anyhow, thanks for the code and confirmation. Will tag this thread as closed. Have a great day ahead!
    • B

      Unusual Remove() Results

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      4
      0 Votes
      4 Posts
      839 Views
      ManuelM
      hello, just a step to confirm @C4DS answer and if you look again at @r_gigante answer in this post it will make now fully sense. regarding your code i will go like this just to be a bit shorter and easier if i want to add or remove a tag from the list. safeTagList = [5617, 5600, 1604] tags = node.GetTags() for tag in tags: if tag not in safeTagList: tag.Remove() Cheers Manuel
    • S

      Getting Tag by name

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r20
      4
      0 Votes
      4 Posts
      885 Views
      S
      @m_magalhaes Oh yeah I forgot to add the tags. I'm using Python by the way. You can count this post as solved.
    • B

      Prevent GetClone() to copy the tags attached on the object?

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      3
      0 Votes
      3 Posts
      680 Views
      B
      Thanks for the @r_gigante response. I'll stay away from the non-official method. Is this the reason why COPYFLAGS::PRIVATE_NO_TAGS is not included in the Python documentation of the GetClone() method? I'll use the clone everything then remove tags methodology instead.
    • S

      Moving\Deleting nodes with Python

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r20
      3
      0 Votes
      3 Posts
      885 Views
      S
      Works perfectly. Thanks!
    • P

      Current State to Object of a Subdivision Surface

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK python r20
      2
      1
      0 Votes
      2 Posts
      754 Views
      P
      @pim said in Current State to Object of a Subdivision Surface: SendModelingCommand Oops, I see Subdivision Renderer setting and not Subdivision Editor setting is taken into account.
    • P

      Undo's and SendModelingCommand

      Watching Ignoring Scheduled Pinned Locked Moved Cinema 4D SDK r20 python
      2
      0 Votes
      2 Posts
      393 Views
      M
      Hi @pim only UNDOTYPE_NEW is needed. Moreover, I would like to mention that SendModelingCommand offers the MODELINGCOMMANDFLAGS_CREATEUNDO flags in order to automatically creates undo. Cheers, Maxime.