Blender Git Loki
Git Commits -> Revision f2224cc
Revision f2224cc by Philipp Oeser (master) February 21, 2020, 13:35 (GMT) |
Fix T74006: Alt+ clicking (assign to all selected) doesn not work for bone constraints settings 'UI_context_copy_to_selected_list()' was working fine for constraints on objects (would properly get the path and list of selected objects) and also for bone settings (would properly get the path and list of bones). There was no special case for constraints on bones though, so code would work on selected objects (not selected bones). So we now get the right bones and resolve the path to the constraint setting _from the bones_. Maniphest Tasks: T74006 Differential Revision: https://developer.blender.org/D6897 |
Commit Details:
Full Hash: f2224ccfceb58e131886391efd656fdd79c561b8
Parent Commit: 0c506a6
Lines Changed: +7, -0
1 Modified Path:
/source/blender/editors/interface/interface_ops.c (+7, -0) (Diff)