THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/01/2005 at 04:27, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9
Platform:
Language(s) : C.O.F.F.E.E ;
---------
Hi all, I´m experincing strange behaviour trying to renamin an object in cinema
var obj;
var objCont = obj->GetContainer();
var objName = obj->GetName();
var newName = "test_name";
obj->SetName(newname + objName);
this renames the object using the new Name as a prefix, but creates NEW!?? objects in the scene.
Am I doing something wrong or is this a bug?
thanks