Blender Git Commit Log
Git Commits -> Revision 78a5895
Revision 78a5895 by Hans Goudey (master) October 18, 2020, 15:57 (GMT) |
Fix T81800: Datablock pin not working for bones in pose mode The "active_pose_bone" context variable isn't accessed from `buttons_context`, it uses `screen_context` instead. This means it can't account for pinning in the property editor. Using "pose_bone" context variable first means the property editor context will be used and the pinning will work. Differential Revision: https://developer.blender.org/D9242 |
Commit Details:
Full Hash: 78a5895c967e17b21e2a0a36309dad7f47bf928e
Parent Commit: 806a561
Lines Changed: +2, -2
1 Modified Path:
/source/blender/editors/object/object_constraint.c (+2, -2) (Diff)