Page MenuHome

Fix T100851: Sync markers does not work for numinput
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Sep 6 2022, 1:10 PM.

Diff Detail

Repository
rB Blender
Branch
T100851 (branched from master)
Build Status
Buildable 23661
Build 23661: arc lint + arc unit

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Sep 6 2022, 1:10 PM
Philipp Oeser (lichtwerk) created this revision.

I feel that only t->values_final should be used here.
t->values is the position calculated with the mouse only (useful for redo operations).
t->values_final is the final transformation, t->values + constrain + snapping + input...

If markers must always follow the final transformation, they must use t->values_final.

I feel that only t->values_final should be used here.
t->values is the position calculated with the mouse only (useful for redo operations).
t->values_final is the final transformation, t->values + constrain + snapping + input...

If markers must always follow the final transformation, they must use t->values_final.

Sounds very reasonable, will check and update in a bit

always use values_final

This revision is now accepted and ready to land.Sep 10 2022, 4:35 PM