<?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[ResEdit for Tags and other Menus in C4D [SOLVED]]]></title><description><![CDATA[<p dir="auto"><em>On 14/07/2014 at 15:15, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">User Information:<br />
ResEdit Version:   R8</p>
<p dir="auto">---------<br />
C4D Version: Cinema4d Studio R15<br />
ResEdit Version for R14 (old one, but works with R15)<br />
OS: Windows 7<br />
Language: C++</p>
<p dir="auto">Hi PluginCafe,</p>
<p dir="auto">I would like to write a Tag-Plugin like the "LookAtCamera" Tag from the samples. For my Diaglog plugin I use ResEdit to design my layout etc. and import this with a view lines of code in C++. I don't have to write all those different files, because ResEdit creates them for me:-)</p>
<p dir="auto">Now how would I use ResEdit to design menu structures for Tag-Plugins (inherited from TagData). Or let's say I want to write a material plugin, is it possible to use ResEdit for such plugins or is its purpose to work with dialogs/windows only?</p>
<p dir="auto">Are there other tools/plugins/editors available to design menus in Ciname4d?</p>
<p dir="auto">Thank you for now!<br />
Andreas</p>
]]></description><link>http://developers.maxon.net/forum/topic/8030/10438_resedit-for-tags-and-other-menus-in-c4d-solved</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 04:22:03 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/8030.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 May 2018 15:01:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ResEdit for Tags and other Menus in C4D [SOLVED] on Thu, 10 May 2018 15:01:29 GMT]]></title><description><![CDATA[<p dir="auto"><em>On 22/07/2014 at 18:28, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">You are right, ResEdit is not needed. The .res files in the Cinema4d folder "...\resource\res\..." are a pretty cool place to look for examples.<br />
Just some links for others to get started with:<br />
<code>Plugin Folder Structure</code>[URL-REMOVED]<br />
<code>Dialog Resource</code>[URL-REMOVED]<br />
<code>Description Resource</code>[URL-REMOVED]</p>
<hr />
<p dir="auto">[URL-REMOVED] <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/maxon">@<bdi>maxon</bdi></a>: This section contained a non-resolving link which has been removed.</p>
]]></description><link>http://developers.maxon.net/forum/post/40108</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/40108</guid><dc:creator><![CDATA[Helper]]></dc:creator><pubDate>Thu, 10 May 2018 15:01:29 GMT</pubDate></item><item><title><![CDATA[Reply to ResEdit for Tags and other Menus in C4D [SOLVED] on Thu, 10 May 2018 15:01:29 GMT]]></title><description><![CDATA[<p dir="auto"><em>On 17/07/2014 at 16:53, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">You can use the .res files that ship with C4D to learn from. There's a lot of them.<br />
That's how I learned how to make them.</p>
<p dir="auto">C:\Program Files\MAXON\Your_C4D_version\resource\res\description</p>
<p dir="auto">-ScottA</p>
]]></description><link>http://developers.maxon.net/forum/post/40107</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/40107</guid><dc:creator><![CDATA[Helper]]></dc:creator><pubDate>Thu, 10 May 2018 15:01:29 GMT</pubDate></item><item><title><![CDATA[Reply to ResEdit for Tags and other Menus in C4D [SOLVED] on Thu, 10 May 2018 15:01:28 GMT]]></title><description><![CDATA[<p dir="auto"><em>On 17/07/2014 at 13:38, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">Thank you spedler. I had the hope that I don't need to learn how to write all those resource files by hand <img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /></p>
<p dir="auto">I found this tutorial:<br />
<a href="http://irisvfx.com/blog/tutorials/introduction-cinema-4d-sdk-part-2/" target="_blank" rel="noopener noreferrer nofollow ugc">http://irisvfx.com/blog/tutorials/introduction-cinema-4d-sdk-part-2/</a><br />
It would be nice if Cinema4d would have such graphical illustrations in their documentation.</p>
<p dir="auto">I will start learning to write descriptions for tags etc. from the docu and by experimenting with the samples. Of course I am open for any links and hints for additional examples/tutorials etc. <img src="http://developers.maxon.net/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0b8ddba251d" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>http://developers.maxon.net/forum/post/40106</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/40106</guid><dc:creator><![CDATA[Helper]]></dc:creator><pubDate>Thu, 10 May 2018 15:01:28 GMT</pubDate></item><item><title><![CDATA[Reply to ResEdit for Tags and other Menus in C4D [SOLVED] on Thu, 10 May 2018 15:01:28 GMT]]></title><description><![CDATA[<p dir="auto"><em>On 15/07/2014 at 05:42, <strong>xxxxxxxx</strong> wrote:</em></p>
<p dir="auto">To write a tag you will have learn how to create descriptions by hand in a text editor. They're not difficult and in any case ResEdit can't be used for descriptions. TBH for dialog resources ResEdit produces a weird and difficult to change resource file anyway.</p>
<p dir="auto">Just IMO of course, but I haven't used ResEdit for a long time, and don't miss it.</p>
]]></description><link>http://developers.maxon.net/forum/post/40105</link><guid isPermaLink="true">http://developers.maxon.net/forum/post/40105</guid><dc:creator><![CDATA[Helper]]></dc:creator><pubDate>Thu, 10 May 2018 15:01:28 GMT</pubDate></item></channel></rss>