Fixes #2
In 0 - AE - Prepare For Render.jsx:
Remove duplicate keyframes which were created by the "Convert Expression to Keyframes" function.
We handle interpolation by setting the interpolation type for the last key out and the next key in to HOLD, so there is no interpolation between the deleted keyframes.
Fixes #2 In
0 - AE - Prepare For Render.jsx
: Remove duplicate keyframes which were created by the "Convert Expression to Keyframes" function.We handle interpolation by setting the interpolation type for the last key out and the next key in to HOLD, so there is no interpolation between the deleted keyframes.