<?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[Active Controls]]></title><description><![CDATA[<p dir="auto">Hello.</p>
<p dir="auto">I'm currently working on a simple plugin that will change the controls of the active object in the scene. I know how to get the active object in the scene since that is simple enough.</p>
<p dir="auto">My question is is it possible to get from an object/tag which, if any, of its parameters are currently selected/highlighted like in the picture below.</p>
<p dir="auto"><img src="https://developers.maxon.net/forum/assets/uploads/files/1688598815417-highlighted-control.png" alt="Highlighted Control.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">From looking through the sdk I didn't come across anything that would indicate whether it was possible or not definitively.</p>
<p dir="auto">I assume that you can't but I would like to be able to be sure.</p>
<p dir="auto">Any help would be greatly appreciated.</p>
<p dir="auto">John Terenece</p>
]]></description><link>http://developers.maxon.net/forum/topic/14856/active-controls</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 15:30:15 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/14856.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Jul 2023 23:20:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Active Controls on Thu, 06 Jul 2023 16:02:55 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the response.</p>
<p dir="auto">That's what I figured would be the case.</p>
]]></description><link>http://developers.maxon.net/forum/post/72001</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/72001</guid><dc:creator><![CDATA[JohnTerenece]]></dc:creator><pubDate>Thu, 06 Jul 2023 16:02:55 GMT</pubDate></item><item><title><![CDATA[Reply to Active Controls on Thu, 06 Jul 2023 08:47:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/johnterenece">@<bdi>JohnTerenece</bdi></a>,</p>
<p dir="auto">Thank you for reaching out to us. No, receiving the selected parameter in an Attribute Manager is not possible. Because we generally do not expose UI functionalities in the public API and because there can be multiple Attribute Managers open and the public API also does only provide shallow access to that concept too (for the same reason).</p>
<p dir="auto">All the Attribute Manager related functionalities that are exposed in the public API can be found in <a href="https://developers.maxon.net/docs/cpp/2023_2/lib__activeobjectmanager_8h.html" target="_blank" rel="noopener noreferrer nofollow ugc">lib_activeobjectmanager.h</a>.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/71994</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/71994</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Thu, 06 Jul 2023 08:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to Active Controls on Thu, 06 Jul 2023 07:16:12 GMT]]></title><description><![CDATA[<p dir="auto">I'm looking to have my plugin randomize parameters on an object specified by a user. It would help if I could use the active parameter that the user has selected instead of needing to have them directly feed in parameters.</p>
]]></description><link>http://developers.maxon.net/forum/post/71993</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/71993</guid><dc:creator><![CDATA[JohnTerenece]]></dc:creator><pubDate>Thu, 06 Jul 2023 07:16:12 GMT</pubDate></item><item><title><![CDATA[Reply to Active Controls on Fri, 07 Jul 2023 06:29:32 GMT]]></title><description><![CDATA[<p dir="auto">Just an idea,</p>
<ul>
<li>get the tag (loop through all the tags)</li>
<li>loop trough all parameters (don't know how have to research)</li>
<li><s>check for <a href="https://developers.maxon.net/docs/py/2023_2/modules/c4d/C4DAtom/GeListNode/BaseList2D/index.html?highlight=bit#BaseList2D.GetBit" target="_blank" rel="noopener noreferrer nofollow ugc">bitactive</a> (problem might be that numbersfields ans so on can be inactive even if the user placed its cursor ....)</s></li>
</ul>
<p dir="auto">My question: why the hussle, perhaps outline your need more on a practical example ....</p>
<p dir="auto">cheers mogh</p>
]]></description><link>http://developers.maxon.net/forum/post/71992</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/71992</guid><dc:creator><![CDATA[mogh]]></dc:creator><pubDate>Fri, 07 Jul 2023 06:29:32 GMT</pubDate></item></channel></rss>