Page 1 of 1

FrameRate in Frame Render Script

PostPosted: Thu Feb 18, 2021 1:58 pm
by Rezzimx
Hi everybody. Tell me who knows.
For example, in the Transform node, I want to write in the field "Frame Render Script"
if (comp.FrameRate == 60) then
Blend = 0
end
But it doesn't work, although the project frequency is 60 fps.