THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/04/2012 at 11:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;
---------
Can someone please show me a very basic example how to create multiple tabs for tag plugins?
I have several questions about it:
- Do I have to use GetDDescription() to make it work?
- Can I use only the .res file formatting alone, and nothing else to pull this off?
- Do I have to put each tab items in their own .h, .res and .str files?
I just want to be able to group my GUI's into their own tabs. Nothing fancy or animated.
I can do this easily with UserData by adding new groups. But I can't figure out how to do the same thing with plugins.
-ScottA