Page 1 of 1

Expression errors in 16.0.11

Posted: Sat Jun 08, 2019 12:09 pm
by davidarbor
Hey there Duik team, I found a couple expression errors while playing with some tools in 16.0.11, and while using the new JavaScript expressions engine.

When adding the Framing Guides there's an if/else statement on the Frame's opacity with incorrect syntax, which causes an error in the new engine.

Code: Select all

if (effect("Frame")(4).value == 2) 0 else effect("Frame")(6);
Also, when creating a camera rig the Z Rotation value of the camera is linked to the "C | Camera's" Rotation, not zRotation. X and Y Rot are linked properly, but the expression for zRot is

Code: Select all

//Duik.CameraRig
value + thisComp.layer('C | Position | Camera 2').transform.rotation

Re: Expression errors in 16.0.11

Posted: Sat Jun 08, 2019 3:07 pm
by Duduf
Thanks for the feedback, we'll fix this ASAP