Page MenuHome

Fix T97465: Moving compositor BG image cannot be cancelled
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Apr 20 2022, 3:42 PM.

Details

Summary

This was possible with the gizmo, but no using the operator (e.g. from
the sidebar).

Now store original offsets and reset to these on calcel (ESC or RMB).

Diff Detail

Repository
rB Blender

Event Timeline

Campbell Barton (campbellbarton) added inline comments.
source/blender/editors/space_node/node_view.cc
183

Best use x/yofs_orig otherwise it's not clear when reading the code elsewhere these are stored values (and not some other kind of offset).

This revision is now accepted and ready to land.Apr 21 2022, 10:01 AM