Blender Git Commit Log
Git Commits -> Revision bb69e62
Revision bb69e62 by Philipp Oeser (master) November 5, 2019, 08:57 (GMT) |
Fix T68396: Unable to change any Collision input value after it has been keyframed 'rna_CollisionSettings_update' has a history of tagging ob for update: rB79312c1912b4 ID_RECALC_TRANSFORM |ID_RECALC_GEOMETRY | ID_RECALC_ANIMATION rBf90a2123eedc OB_RECALC_OB | OB_RECALC_DATA | OB_RECALC_TIME rBfaf1c9a4bb27 OB_RECALC_ALL rB7df35db1b136 OB_RECALC Since the meaning of OB_RECALC_TIME/ID_RECALC_ANIMATION changed a bit historically (from "please update my animation if the animation datablock is tagged for update" to "update animation of this datablock") this was now always overwriting user edit with animated values, making it impossible to change those values once animated. Thx @sergey for guidance! Maniphest Tasks: T68396 Differential Revision: https://developer.blender.org/D6113 |
Commit Details:
Full Hash: bb69e627106a6e7aa65c3534983aefbf1ac9605c
Parent Commit: bfa761d
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_object_force.c (+1, -1) (Diff)