Page MenuHome

Fix T58721: Keyframing one transform option reset other transforms
ClosedPublic

Authored by Sergey Sharybin (sergey) on Mar 13 2019, 3:42 PM.

Details

Summary

Use dedicated flag to tag animation just for copy-on-write synchronization,
which makes it so copies of the original data blocks gets in sync with the
original ID. This will not flush the animation update to all objects which
depend on that animation.

If such flush is required, use ID_RECALC_ANIMATION.

Diff Detail

Repository
rB Blender

Event Timeline

This revision is now accepted and ready to land.Mar 13 2019, 3:45 PM
This revision was automatically updated to reflect the committed changes.