get matrix from dynamics in cloner
-
On 06/05/2016 at 08:17, xxxxxxxx wrote:
if i grab the matrix via MODATA_MATRIX i only get the start position of my dynamic object , not the current one.
my only solution so far was to bake it via alembic. but it is a little bit unhandy.
-
On 09/05/2016 at 01:23, xxxxxxxx wrote:
Hello,
the dynamics simulation is applied to the virtual clones that are created by a MoGraph cloner. Or to put it differently: dynamics happens after MoGraph, it is not part of MoGraph. So MoGraph does not know anything about dynamics and how it might influence any clone.
If you want to get the current position of a virtual object you might have to acess the cache of the generator using GetCache(), but that copletly depends on what you actually want to do.
Best wishes,
Sebastian