Instance Object
-
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. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/11/2002 at 06:58, xxxxxxxx wrote:
Quote: Originally posted by 3D Designer on 09 November 2002
>
> * * *
>
> How can I set the reference Object of an Instance Object? It seems the Conainer ID of the Instance Object isn´t there anymore?
That's not possible in C.O.F.F.E.E. since C.O.F.F.E.E. doesn't support BaseLinks. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 10/11/2002 at 07:32, xxxxxxxx wrote:
thanks.