THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/11/2002 at 12:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
How can I set the reference Object of an Instance Object? It seems the Conainer ID of the Instance Object isn´t there anymore?
in = new(InstanceObject); bc = in->GetContainer();
bc->SetData(INSTANCEOBJECT_SOURCE,op->GetName());
in->SetContainer(bc);
This does not work anymore. :\