This forum has been permanently closed and archived; you can still access all content but can't post anymore.

Of course, you can still join us in other places!
To get support and talk about RxLaboratory and with the team, come here: https://rainboxlab.org/support/

Controller extraction does not work

Rigging, animation, import/export of characters, props and cameras comprehensive tool set for After Effects.
Locked
Ghezzi

Controller extraction does not work

Post by Ghezzi » Thu Aug 22, 2019 11:18 am

Hello!

I have such a problem.
I have a composition in which several elements are controlled by controllers with DUIK.
I insert this composition into another and do "extract controllers". All controllers are removed, but their movement does not affect anything.
I do this all the time, but this time it’s not working.

Previously, in the primary composition, from where I extracted the controllers, this code was put in different elements:

//Duik.link
var timeLayer = comp ("Ani_Body_Layers"). layer ("Ani_Head_Layers");
var st = timeLayer.startTime;
var t = time + st;
comp ("Ani_Body_Layers"). layer ("Eye CTRL L"). effect ("Position Connector") (2) .valueAtTime (t);

Now this is not happening.

On all controllers there is a tag "controller" with DUIK.

Ghezzi

Re: Controller extraction does not work

Post by Ghezzi » Thu Aug 22, 2019 11:36 am

I found a problem! Layers with controllers were locked.

Locked