Separator with name?
-
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
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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 -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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 -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
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