Mar
06
Trouble with gizmo syntax…
Posted in: NUKE from The FoundryI’m having some difficulty working out the syntax for an equation in a gizmo. Basically, I want to do this:
(a-b)/2
Using the root first and last frames, I can make the following work (this is in a read node, hence the "last" at the beginning):
last root.last_frame-root.first_frame
But when I add in the rest, it fails:
last (root.last_frame-root.first_frame)/2
Can anyone help me? I’ve been trying to find a solution using different types of brackets, using spaces, etc, and I can’t work it out.
Post a Comment