On 07/02/2018 at 04:32, xxxxxxxx wrote:
i have created an object 'Sphere' in my document.
Then i have created another one and Cinema puts the name "Sphere.1". Thats ok.
But then i ve been tempted to see if cinema4d allows to rename this second sphere with simply "Sphere" and to my surprise it lets you!
That puzzles me a bit, because now i have two geometry spheres both with same name!
if i do:
mylist = doc.GetObjects()
for o in mylist:
print o.GetName()
it gives be back as result
Sphere
Sphere
Iif i cannot differentiate both objects by name, then how?