Fix #106043: Moving frame node jittering while cursor is still #106096

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:106043 into main 2023-03-30 14:02:56 +02:00

1 Commits

Author SHA1 Message Date
Philipp Oeser cefe001793 Fix #106043 : Moving frame node jittering while cursor is still
The fix for #105363 (6d3ce8273a) made the transform system respect
(Frame) nodes `offsetx`/`offsety`. Due to the way
`frame_node_prepare_for_draw` recalculates these on every redraw (based
on updated positions), this can lead to slight imprecisions/noise/jitter
during transform.

Suggest to round the offsets in the transform system to work around the
problem.
2023-03-30 13:47:52 +02:00