<?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[Command Make Editable confusion]]></title><description><![CDATA[<p dir="auto">Hello, i need to run Make Editable command via Python script. Aren't these the same thing?<br />
A. c4d.CallCommand(12236) # Make Editable<br />
B. c4d.CallCommand(c4d.MCOMMAND_MAKEEDITABLE)<br />
Command A runs just fine unlike B. Am i missing something?</p>
<p dir="auto">Thanks.</p>
]]></description><link>http://developers.maxon.net/forum/topic/15089/command-make-editable-confusion</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 21:22:09 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/15089.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Oct 2023 17:10:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Command Make Editable confusion on Tue, 10 Oct 2023 14:44:16 GMT]]></title><description><![CDATA[<p dir="auto">Got it! Thanks.</p>
]]></description><link>http://developers.maxon.net/forum/post/72666</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/72666</guid><dc:creator><![CDATA[Gaal Dornik]]></dc:creator><pubDate>Tue, 10 Oct 2023 14:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to Command Make Editable confusion on Tue, 10 Oct 2023 14:49:05 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/gaal-dornik">@<bdi>Gaal-Dornik</bdi></a>,</p>
<p dir="auto">Thank you for reaching out to us and thank you <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/mogh">@<bdi>mogh</bdi></a> for providing the answer and the link to our docs. I would also like to point out our <a href="https://github.com/PluginCafe/cinema4d_py_sdk_extended/tree/master/scripts/04_3d_concepts/modeling/modeling_commands" target="_blank" rel="noopener noreferrer nofollow ugc">SendModelingCommand examples on GitHub</a>.</p>
<p dir="auto">Cheers,<br />
Ferdinand</p>
]]></description><link>http://developers.maxon.net/forum/post/72654</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/72654</guid><dc:creator><![CDATA[ferdinand]]></dc:creator><pubDate>Tue, 10 Oct 2023 14:49:05 GMT</pubDate></item><item><title><![CDATA[Reply to Command Make Editable confusion on Tue, 10 Oct 2023 07:35:11 GMT]]></title><description><![CDATA[<p dir="auto">The second is not a <code>c4d.CallCommand</code> but an <code>c4d.utils.SendModelingCommand</code> comand</p>
<p dir="auto"><a href="https://developers.maxon.net/docs/py/2023_2/modules/c4d.utils/index.html?highlight=command_makeeditable#c4d.utils.SendModelingCommand" target="_blank" rel="noopener noreferrer nofollow ugc">https://developers.maxon.net/docs/py/2023_2/modules/c4d.utils/index.html?highlight=command_makeeditable#c4d.utils.SendModelingCommand</a></p>
<p dir="auto">cheers</p>
]]></description><link>http://developers.maxon.net/forum/post/72647</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/72647</guid><dc:creator><![CDATA[mogh]]></dc:creator><pubDate>Tue, 10 Oct 2023 07:35:11 GMT</pubDate></item></channel></rss>