THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/01/2007 at 08:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Hello All
How do I get the ObjectInstance object reference?
I'm trying to get the reference object of an instance object with no success.
var bc = cobj->GetContainer();
var sourceName = bc->GetData(INSTANCEOBJECT_SOURCE);
println("source object = ", sourceName );
but always get nil