Page MenuHome

Fix T74006: Alt+ clicking (assign to all selected) does not work for bone constraints settings
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Feb 20 2020, 12:48 PM.

Details

Summary

'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 bone).
There was no special case for constraints on bones though, so code would
get the path right, but only get a list of selected objects (not
selected bones).

So we now get the right bones and resolve the path to the constraint
setting _from the bones_.

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) retitled this revision from Fix T74006: Alt+ clicking (assign to all selected) doesn not work for bone constraints settings to Fix T74006: Alt+ clicking (assign to all selected) does not work for bone constraints settings.Feb 20 2020, 12:48 PM

avoid setting r_path early

This revision is now accepted and ready to land.Feb 21 2020, 1:51 PM