THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/03/2010 at 13:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r11
Platform:
Language(s) : C++ ;
---------
Hi there,
is there a way to prevent objects used by GetAndCheckHierarchyClone from being rendered?
I use this line to get a copy of the base object (called start)
temp = op->GetAndCheckHierarchyClone(hh,start,HCLONE_ASIS,&dirty,NULL,FALSE);
and it works well in the editor. the original objects are replaced by new ones. however, when i render the scene the original objects and the new ones show up.
what can i do?? i hope someone can give me advice how to get this working.
thanks,
ello