Blender Git Loki

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

5 Modified Paths:

/source/blender/blenkernel/BKE_context.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/context.c (+12, -0) (Diff)
/source/blender/editors/interface/interface_ops.c (+66, -12) (Diff)
/source/blender/makesrna/intern/rna_access.c (+20, -10) (Diff)
/source/blender/makesrna/RNA_access.h (+3, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021