<?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[How to remove generator childs when converting via &quot;c&quot;]]></title><description><![CDATA[<p dir="auto">Hey,</p>
<p dir="auto">i have built a spline gernerator that modifies a spline, when i convert the object i get my modified spline but also the hirachie remains. however i only need the new spline object.</p>
<p dir="auto">Since GetContour() unfortunately doesn't support HirachyHelper I don't know how to hide the original objects and how to prevent the original splines from being present after the conversion.</p>
<p dir="auto"><a href="https://gumroad.com/l/spliner" target="_blank" rel="noopener noreferrer nofollow ugc">https://gumroad.com/l/spliner</a></p>
]]></description><link>http://developers.maxon.net/forum/topic/13189/how-to-remove-generator-childs-when-converting-via-c</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 21:28:37 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/13189.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Feb 2021 11:31:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to remove generator childs when converting via &quot;c&quot; on Fri, 19 Feb 2021 06:47:58 GMT]]></title><description><![CDATA[<p dir="auto">forget about it. i removed the c4d.OBJECT_INPUT flag during development and forgot to add it back.</p>
]]></description><link>http://developers.maxon.net/forum/post/65868</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/65868</guid><dc:creator><![CDATA[pyr]]></dc:creator><pubDate>Fri, 19 Feb 2021 06:47:58 GMT</pubDate></item><item><title><![CDATA[Reply to How to remove generator childs when converting via &quot;c&quot; on Thu, 18 Feb 2021 09:34:12 GMT]]></title><description><![CDATA[<p dir="auto">hi,</p>
<p dir="auto">sorry i forgot to mention that you could have a look at <a href="https://github.com/PluginCafe/cinema4d_py_sdk_extended/blob/762c9d505e0ed2f09dafdd8c6cef972a82d084e8/plugins/py-osffset_y_spline_r16/py-osffset_y_spline_r16.pyp" target="_blank" rel="noopener noreferrer nofollow ugc">our example on GitHub</a> that offset a spline in the Y direction.</p>
<p dir="auto">Cheers,<br />
Manuel</p>
]]></description><link>http://developers.maxon.net/forum/post/65855</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/65855</guid><dc:creator><![CDATA[Manuel]]></dc:creator><pubDate>Thu, 18 Feb 2021 09:34:12 GMT</pubDate></item><item><title><![CDATA[Reply to How to remove generator childs when converting via &quot;c&quot; on Wed, 17 Feb 2021 15:14:06 GMT]]></title><description><![CDATA[<p dir="auto">hi,</p>
<p dir="auto">Touching an object just remove the cache of this object. (that's why it doesn't show up in the viewport).<br />
The only important thing to do is to touch object after their cache have been build, otherwise, it will be useless.</p>
<p dir="auto">By the way, if the spine appears when you edit your generator, it should be visible in the viewport.</p>
<p dir="auto">Cheers,<br />
Manuel</p>
]]></description><link>http://developers.maxon.net/forum/post/65849</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/65849</guid><dc:creator><![CDATA[Manuel]]></dc:creator><pubDate>Wed, 17 Feb 2021 15:14:06 GMT</pubDate></item><item><title><![CDATA[Reply to How to remove generator childs when converting via &quot;c&quot; on Wed, 17 Feb 2021 13:39:16 GMT]]></title><description><![CDATA[<p dir="auto">@m_magalhaes said in <a href="https://developers.maxon.net/forum/post/65847" target="_blank" rel="noopener noreferrer nofollow ugc">HOW TO REMOVE GENERATOR CHILDS WHEN CONVERTING VIA "C"</a>:</p>
<blockquote>
<p dir="auto">Something you can do is touching the objects either with a dependency list or directly.</p>
</blockquote>
<p dir="auto">Ah - i thought that touch only works with GVO. Never tried it to be honest. This solve at least the visibilty problem.</p>
]]></description><link>http://developers.maxon.net/forum/post/65848</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/65848</guid><dc:creator><![CDATA[pyr]]></dc:creator><pubDate>Wed, 17 Feb 2021 13:39:16 GMT</pubDate></item><item><title><![CDATA[Reply to How to remove generator childs when converting via &quot;c&quot; on Wed, 17 Feb 2021 12:43:26 GMT]]></title><description><![CDATA[<p dir="auto">hi,</p>
<p dir="auto">without code it will be hard to tell exactly what you are not doing correctly.<br />
Using both GetVirtualObject and GetContour can be tricky.<br />
You can send it to us using <a href="mailto:sdk_support@maxon.net" target="_blank" rel="noopener noreferrer nofollow ugc">sdk_support@maxon.net</a> if you don't want to share it here.</p>
<p dir="auto">Something you can do is touching the objects either with a <a href="https://developers.maxon.net/docs/py/2023_2/modules/c4d/C4DAtom/GeListNode/BaseList2D/BaseObject/index.html?highlight=touch#BaseObject.NewDependenceList" target="_blank" rel="noopener noreferrer nofollow ugc">dependency list</a> or <a href="https://developers.maxon.net/docs/py/2023_2/modules/c4d/C4DAtom/GeListNode/BaseList2D/BaseObject/index.html?highlight=touch#BaseObject.Touch" target="_blank" rel="noopener noreferrer nofollow ugc">directly.</a></p>
<p dir="auto">Cheers,<br />
Manuel</p>
]]></description><link>http://developers.maxon.net/forum/post/65847</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/65847</guid><dc:creator><![CDATA[Manuel]]></dc:creator><pubDate>Wed, 17 Feb 2021 12:43:26 GMT</pubDate></item></channel></rss>