THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/12/2009 at 03:45, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Hi,
does anyone know if it's possible to determine / set the global position of a mograph clone using the new 11.5 COFFEE effector?
I can get and set the local position easily enough:
var md = GeGetMoData(op);
var marr = md->GetArray(MODATA_MATRIX);
println(marr[0]->GetV0());
But any attempt to retrieve the global position throws an error:
println(marr[0]->GetMg()->GetV0());
I'd be grateful for any pointers.
Thanks
Jon