THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 26/11/2010 at 07:25, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R12
Platform: Windows ;
Language(s) : PYTHON ;
---------
Hi guys.
I know how to add the usual phong, protect, vertex tags etc like this :
doc = documents.GetActiveDocument()
obj = doc.GetActiveObject()
my_tag = c4d.BaseTag(c4d.Tphong)
obj.InsertTag(my_tag)
But whenever I try to add any of the Character tags, like Tcaik, I get an error 'Tcaik is not defined'.
Same with hair tags etc
So my question is how can add tags belonging to the modules ?
Thanks.