THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/06/2003 at 07:55, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C++ ;
---------
I have build a tag plug-in and would like to retrieve its settings from objects to which I've attached it. My idea was to call
pointerToSomeObject->GetTag(type)
with "type" set to the ID number of my plug-in. But that doesn't find anything (result == NULL). Using the constant namend Tplugin as value of type doesn't work either. Any suggestions?
Thanks in advance.
Regards,
Joern