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. Cinema 4D SDK
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • B

      Create Quicktab Radio Buttons

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

      Updating Tool Settings?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      484 Views
      S
      Hello, which tool do you actually want to configure? best wishes, Sebastian
    • B

      Unable to Modify the Input Port of the Math Node

      Watching Ignoring Scheduled Pinned Locked Moved 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!
    • B

      Press "Yes" when document is opened?

      Watching Ignoring Scheduled Pinned Locked Moved r20 python
      5
      0 Votes
      5 Posts
      654 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!
    • J

      Retrieving Deformed Splines

      Watching Ignoring Scheduled Pinned Locked Moved c++ r20 sdk
      3
      0 Votes
      3 Posts
      654 Views
      J
      Thanks for the reply, it really helped me out. John
    • M

      How ObjectData add PRIORITY and execute

      Watching Ignoring Scheduled Pinned Locked Moved c++ r20
      3
      0 Votes
      3 Posts
      835 Views
      M
      @s_bach Thank you!
    • B

      GetObject() on the Python Node inside the Xpresso

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

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

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

      This topic is deleted!

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1
      0 Votes
      3 Posts
      25 Views
    • indexofrefractionI

      Plane by Python Generator

      Watching Ignoring Scheduled Pinned Locked Moved python
      18
      0 Votes
      18 Posts
      3k Views
      M
      Yes, I'd like to see it of course. Maybe you can share it via Github so others can for and contribute to it.
    • C4DSC

      BaseContainer equality ... are you kidding me

      Watching Ignoring Scheduled Pinned Locked Moved c++ r20
      10
      0 Votes
      10 Posts
      2k Views
      ManuelM
      hello, oupss thanks i got the same warning and forgot to update the code here Cheers Manuel
    • B

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

      Watching Ignoring Scheduled Pinned Locked Moved 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!
    • J

      FBX Export plugin option setting with python

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      2k Views
      J
      Thank you @m_adam I completed my exporter scripts to your help. I read Links, I will tagging next time. I'm studing c4d scripts. it still hard. Thank you again.
    • S

      Getting Tag by name

      Watching Ignoring Scheduled Pinned Locked Moved python r20
      4
      0 Votes
      4 Posts
      884 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.
    • J

      Issue with locale support in R20 plugin

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      778 Views
      J
      Thank you.
    • B

      Unusual Remove() Results

      Watching Ignoring Scheduled Pinned Locked Moved r20 python
      4
      0 Votes
      4 Posts
      836 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
    • rsodreR

      Project Tool freeze after win10 update

      Watching Ignoring Scheduled Pinned Locked Moved project tool
      9
      0 Votes
      9 Posts
      2k Views
      C
      I see, thanks for the quick reply. I will try it and if doesn't work I'll open a new thread about the topic. Cheers Christian
    • mfersaouiM

      Lock / unlock plugin from Plugins menu

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      1
      0 Votes
      8 Posts
      1k Views
      mfersaouiM
      @Cairyn Thank you for your detailed reply.
    • S

      Moving\Deleting nodes with Python

      Watching Ignoring Scheduled Pinned Locked Moved python r20
      3
      0 Votes
      3 Posts
      883 Views
      S
      Works perfectly. Thanks!
    • rsodreR

      Hide tag from host object's tabs

      Watching Ignoring Scheduled Pinned Locked Moved c++ r19
      3
      0 Votes
      3 Posts
      481 Views
      rsodreR
      @m_magalhaes Ok, thanks