THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/03/2003 at 02:39, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 7.3
Platform:
Language(s) : C.O.F.F.E.E ;
---------
I've got an Object and an attached PluginTag (e.g., the XLENT FrameWork Plugin Tag). i have written a menu plugin that goes through the tags of an object, and prints their class:
println("tag: "+tostring(getclass(t)));
But, instead of getting the valid name of the class (e.g.[Class-PluginExpressionTag], I always get [Class-BaseTag] as class. A bug ?
Gabe Wurzer