THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/03/2003 at 11:17, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.1
Platform: Windows ;
Language(s) : C++ ;
---------
Hi all;
I am trying to convert some (rather simple) plugins from version 7.3 to 8.1. Now, I am sorely missing a method:
I get an object's tag list by
GetFirstTag()
.
Then I determine the type of the tag by
GetType()==Tplugin
.
Finally I want to check the plugin's ID. There used to be a method
GetPluginID()
, but it is gone (sez da compiler), with afaics no other method in the class hierarchy doing quite what I want (besides, the class PluginTag is a pretty good place to look for such a method).
How do I get the plugin's registered ID? Not Tplugin, but the unique plugin-specific ID I (or someone else) got from Maxon. Where did that method move?
Thanks,
-- Cairyn --