Blender Git Commit Log
Git Commits -> Revision f91e057
Revision f91e057 by Dalai Felinto (master) December 1, 2017, 16:15 (GMT) |
Groups and collection: editing group collections Allow users to edit either the object group active collection or view layer one We can't support users selecting the group collections from the outliner group because that would be imply having an active group for the scene or workspace. But the way it is now allows to see and edit the collection values after the group is instanced. |
Commit Details:
Full Hash: f91e05778612712050ed6f19ce9a2223c0404653
Parent Commit: aeaf87b
Lines Changed: +80, -23
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_collection.py (+22, -6) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+17, -5) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+16, -7) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_group.c (+5, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+10, -0) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+17, -5) (Diff)
/source/blender/editors/space_buttons/buttons_intern.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+16, -7) (Diff)
/source/blender/makesdna/DNA_space_types.h (+9, -1) (Diff)
/source/blender/makesrna/intern/rna_group.c (+5, -4) (Diff)
/source/blender/makesrna/intern/rna_space.c (+10, -0) (Diff)