On 31/05/2013 at 01:03, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14 Std
Platform: Windows ;
Language(s) : C++ ;
---------
How can I recognize / identify an object among other object where all have the same name?
For example, I have a Cube, and have added 3 Constraint tags. All automatically get the same name "Constraint". But I want to identify the tag right in the middle.
I know C4D knows who is who (I hope so).
What I want is an unique ID for each tag.
I have looked at SetMarker and the like, but in other development environments, I am used to all objects getting an unique ID, which I can access by a property or method.
And if possible, I do not want any interaction on my behalf, by doing a SetMarker or the like. I just want to access the unique LONG id or whatever that makes one particular object(tag) special (its memory address for example).