Blender Git Loki
Git Commits -> Revision 785ff8e
Revision 785ff8e by Dalai Felinto (master) May 20, 2019, 11:47 (GMT) |
UI: add Visibility panel for objects The outliner should not be the only way for users to change these settings. The Python API was extended to keep these properties positive and keyframable. Differential Revision: https://developer.blender.org/D4889 |
Commit Details:
Full Hash: 785ff8e1d2e973e10c1a3aea3a986c7e1d3cf1db
Parent Commit: 81320ce
Committed By: Brecht Van Lommel
Lines Changed: +59, -7
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_object.py (+26, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+4, -0) (Diff)
/source/blender/editors/interface/interface.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+10, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+12, -3) (Diff)
/source/blender/makesrna/intern/rna_object.c (+0, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+4, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+4, -0) (Diff)
/source/blender/editors/interface/interface.c (+3, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+10, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+12, -3) (Diff)
/source/blender/makesrna/intern/rna_object.c (+0, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+4, -1) (Diff)