special_aftertrans_update would use the always use TransInfo values (not
the values_final -- this is where numinput ends up it seems)
Details
Details
- Reviewers
Germano Cavalcante (mano-wii) - Maniphest Tasks
- T100851: Sync markers option doesn't work when sliding keyframes with a keyboard entry
- Commits
- rB0a3b6b134c7e: Fix T100851: Sync markers does not work for numinput
rB8c148a4f3b8f: Fix T100851: Sync markers does not work for numinput
rB6d0f8d5a19c8: Fix T100851: Sync markers does not work for numinput
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- T100851 (branched from master)
- Build Status
Buildable 23630 Build 23630: arc lint + arc unit
Event Timeline
Comment Actions
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.