Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/02/2007 at 05:45, xxxxxxxx wrote:
User Information: Cinema 4D Version: 9.6 Platform: Windows ; Mac ; Mac OSX ; Language(s) : C++ ;
--------- Hi,
in 9.6 one can add a seperator user data with a name. It then looks like a subgroup header but with a name in it. How can this be used in my own plugin? What´s the resource description for it?
thank you
On 18/10/2008 at 02:51, xxxxxxxx wrote:
I'd like to know this, too. Is there any information about the text separators?
Thanks in advance.
Cheers, Jack
On 20/10/2008 at 01:12, xxxxxxxx wrote:
Just give it an ID and assign a name.
res file: SEPARATOR MY_SEPARATOR { LINE; }
header file: ... MY_SEPARATOR = 1000, ...
str file: MY_SEPARATOR "MySeparator";
cheers, Matthias
On 20/10/2008 at 06:50, xxxxxxxx wrote:
Wow, that's easy, thanks a lot Matthias!
Maybe it would be a good idea to put that into the SDK docu, because as far as I understood the description resource pages in there, a separator does not have an ID.
Greetings, Jack