THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/06/2011 at 15:09, xxxxxxxx wrote:
Hi,
I created an own Object with python and now i want to get a few attributes.
how can I get these attributes?
ID of the Attribute: [TP_GEOMETRY], so i tried this:
> print TP[c4d.TP_GEOMETRY]
but there is a attribute error:
AttributeError: 'module' object has no attribute 'TP_GEOMETRY'