Expression errors in 16.0.11

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

Expression errors in 16.0.11

Post by davidarbor » Sat Jun 08, 2019 12:09 pm

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

Duduf
Posts: 915
Joined: Mon Jun 20, 2016 2:59 pm

Re: Expression errors in 16.0.11

Post by Duduf » Sat Jun 08, 2019 3:07 pm

Thanks for the feedback, we'll fix this ASAP

Locked