Blender Git Commit Log
Git Commits -> Revision b3f388d
Revision b3f388d by Alexander Gavrilov (master) December 4, 2019, 09:23 (GMT) |
UI: support Copy To Selected and Alt-Click for PropertyGroup members. Rigify uses a property group to contain options of its rigs, so currently it is impossible to use Alt-Click or Copy To Selected to change a setting for multiple rigs at the same time. The main problem here is that there is no efficient way to find which bone the property group belongs to. To maintain performance, implement this by checking the active bone if it is known. Copy Data Path and related features still don't work, as data path calculation can't use context. Differential Revision: https://developer.blender.org/D6264 |
Commit Details:
Full Hash: b3f388dca9e547c12db277b8422c620ca3b64eaa
Parent Commit: fda791a
Lines Changed: +104, -22