<?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[Check if object enabled]]></title><description><![CDATA[<p dir="auto">Hi,<br />
In my export utility I'm using following method to check if object should be rendered:</p>
<pre><code>Int32 BaseObject::GetRenderMode(void)
</code></pre>
<p dir="auto">Could you please point me the method that shows if object is enabled (see attached image) ? Unfortunately, I can't find it in documentation.</p>
<p dir="auto"><img src="https://developers.maxon.net/forum/assets/uploads/files/1680530789046-c82d02f1-fd8a-4afb-99b9-89b499859582-image.png" alt="c82d02f1-fd8a-4afb-99b9-89b499859582-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thanks in advance,<br />
....<br />
YB</p>
]]></description><link>http://developers.maxon.net/forum/topic/14496/check-if-object-enabled</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 13:40:53 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/14496.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Apr 2023 14:08:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Check if object enabled on Tue, 04 Apr 2023 17:37:22 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/ferdinand">@<bdi>ferdinand</bdi></a><br />
Many thanks for accurate and detailed response, ID_BASEOBJECT_GENERATOR_FLAG works like a charm !<br />
....<br />
YB</p>
]]></description><link>http://developers.maxon.net/forum/post/71150</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/71150</guid><dc:creator><![CDATA[yesbird]]></dc:creator><pubDate>Tue, 04 Apr 2023 17:37:22 GMT</pubDate></item><item><title><![CDATA[Reply to Check if object enabled on Tue, 04 Apr 2023 13:50:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/yesbird">@<bdi>yesbird</bdi></a>,</p>
<p dir="auto">Thank you for reaching out to us. The checkbox you are talking about is the parameter <code>ID_BASEOBJECT_GENERATOR_FLAG</code>. The parameter is "sort of" documented for C++ <a href="https://developers.maxon.net/docs/cpp/2023_2/obase_8h.html#a9163f45c8bbcd0e9190aaf395e5017dca343958d252ec90fa87ce35cbba1416ba" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>, but for resources, it is often best to use the Python documentation, as its <a href="https://developers.maxon.net/docs/py/2023_2/classic_resource/base_list/obase.html?highlight=id_baseobject_generator_flag" target="_blank" rel="noopener noreferrer nofollow ugc">resource documentation</a> is much nicer. I would recommend also visiting <a href="https://developers.maxon.net/forum/topic/14474/how-to-be-sure-if-an-object-is-a-generator-modifier" target="_blank" rel="noopener noreferrer nofollow ugc">this thread</a> from roughly two weeks ago, as we also discussed <code>ID_BASEOBJECT_GENERATOR_FLAG</code> there and the unusual circumstances this parameters operates with.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/71149</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/71149</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Tue, 04 Apr 2023 13:50:49 GMT</pubDate></item></channel></rss>