Page 1 of 1

Controller extraction does not work

Posted: Thu Aug 22, 2019 11:18 am
by Ghezzi
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.

Re: Controller extraction does not work

Posted: Thu Aug 22, 2019 11:36 am
by Ghezzi
I found a problem! Layers with controllers were locked.