2) Navigate to frame 4, and open the NoOp's Properties. 3) Observe how the identical curves are displayed with a different level of precision/rounding:
Expected behavior: Animated knobs in Nuke should display their floating point values in a consistent way.
Actual behavior: RGB and RGBA color knobs will display their values rounded to 6 decimal places, while other knob types do not apply this rounding.
Workaround: If it is desired to have other knobs round their values similar to RGB/RGBA Color knobs, an expression like the following could be used:
rint(curve*10)/10
Reproduced by Support in: Nuke 15.1v5 - Windows 10, macOS 14 Sonoma Nuke 14.0v1 - Windows 10 Nuke 13.0v1 - Windows 10 Nuke 12.0v1 - Windows 10
Earliest version tested: Nuke 12.0v1 - This issue appears to be in all tested versions of the product