<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Disable a tag from Python]]></title><description><![CDATA[<p dir="auto">Sorry if this is the wrong forum or category. I have a question about use of the Python API via Python tag, on Windows.</p>
<p dir="auto">I'm trying to disable the Dynamics Body tags on many objects, each at a different frame. This should be achievable with a Python tag, but I'm having trouble finding an API method to enable or disable an object or tag. I can toggle the editor and renderer visibility of objects (the two small circles on objects in the Objects panel), but I'm looking for an interface for the green tick /checkmark next to the circles.</p>
<p dir="auto">Does that make sense? Does such a method exist? If there is a method to enable/disable objects (as opposed to tags), that would also work for my project.</p>
<p dir="auto">Thank you</p>
]]></description><link>http://developers.maxon.net/forum/topic/11553/disable-a-tag-from-python</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 19:20:52 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/11553.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 May 2019 00:20:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disable a tag from Python on Sun, 02 Jun 2019 19:03:54 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for the delay! Thanks for the help; I did manage to get it working. The ability to drag any control to the console is very useful, so thanks for that tip in particular.</p>
<p dir="auto">I'll take a look at those links, Maxime. Sorry for the hassle. <img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f643.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--upside_down_face" style="height:23px;width:auto;vertical-align:middle" title=":upside_down_face:" alt="🙃" /></p>
]]></description><link>http://developers.maxon.net/forum/post/58436</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/58436</guid><dc:creator><![CDATA[blieque]]></dc:creator><pubDate>Sun, 02 Jun 2019 19:03:54 GMT</pubDate></item><item><title><![CDATA[Reply to Disable a tag from Python on Mon, 20 May 2019 09:00:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/blieque">@<bdi>blieque</bdi></a>, first of all welcome in the plugincafe community.</p>
<p dir="auto">Since it's your first topic, nothing harmful, but please for your next topic, read and apply the next rules (I've done it for this post, again no worry.)</p>
<ul>
<li><a href="https://developers.maxon.net/forum/topic/11004/q-a-new-functionality" target="_blank" rel="noopener noreferrer nofollow ugc">Q&amp;A New Functionality</a>.</li>
<li><a href="https://developers.maxon.net/forum/topic/10953/how-to-post-questions" target="_blank" rel="noopener noreferrer nofollow ugc">How to Post Questions</a> especially about tagging.</li>
</ul>
<p dir="auto">Regarding your question, Generator and Effector do have a generic enable state. That can be defined as <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bentraje">@<bdi>bentraje</bdi></a> by accessing directly the parameter or either with <a href="https://developers.maxon.net/docs/py/2023_2/modules/c4d/C4DAtom/GeListNode/BaseList2D/BaseObject/index.html?highlight=setdeformmode#BaseObject.SetDeformMode" target="_blank" rel="noopener noreferrer nofollow ugc">BaseObject.SetDeformMode</a> method.</p>
<p dir="auto">For tags, there is no generic way since not all tags can be deactivated (e.g compositing tag) but for the others, you will have to directly link the parameter. To know the symbols that represent symbols you can simply drag and drop it to the console. For more information see <a href="https://developers.maxon.net/docs/py/2023_2/manuals/introduction/python_console.html?highlight=console#parameters" target="_blank" rel="noopener noreferrer nofollow ugc">Console Drag &amp; Drop Manual</a>.</p>
<p dir="auto">If you have any questions, please let me know.<br />
Cheers,<br />
Maxime.</p>
]]></description><link>http://developers.maxon.net/forum/post/58308</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/58308</guid><dc:creator><![CDATA[m_adam]]></dc:creator><pubDate>Mon, 20 May 2019 09:00:10 GMT</pubDate></item><item><title><![CDATA[Reply to Disable a tag from Python on Mon, 20 May 2019 03:30:17 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/blieque">@<bdi>blieque</bdi></a></p>
<p dir="auto">You can do is the Basic&gt;Enable Checkbox in every object.<br />
If you drag it to the console, the parameter is <code>[c4d.ID_BASEOBJECT_GENERATOR_FLAG]</code></p>
]]></description><link>http://developers.maxon.net/forum/post/58306</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/58306</guid><dc:creator><![CDATA[bentraje]]></dc:creator><pubDate>Mon, 20 May 2019 03:30:17 GMT</pubDate></item></channel></rss>