Blender Git Commit Log
Git Commits -> Revision c3b68fa
Revision c3b68fa by Sybren A. Stüvel (master) January 12, 2021, 14:43 (GMT) |
Fix T81965: Library-Override Not able to edit Keyframe properties Fix keyframe properties not being editable when animating a library-overridden datablock. The problem was that RNA pointers were created based on the datablock affected by the animation (for example an Object), instead of the datablock that contains the FCurve itself (the Action). The latter can be local to the current blend file and should thus be editable, even when the former is not. Reviewed By: mont29 Maniphest Tasks: T81965 Differential Revision: https://developer.blender.org/D10091 |
Commit Details:
Full Hash: c3b68fa7b1cafa6c4e4b73830597582606082b6d
Parent Commit: c96d596
Lines Changed: +5, -5