Blender Git Loki
Git Commits -> Revision 078d02f
Revision 078d02f by Sybren A. Stüvel (master) August 16, 2019, 13:02 (GMT) |
User Preferences: Added "Enabled add-ons only" preference This checkbox replaces the "Disabled" and "Enabled" entries in the filter drop-down. As a result, it now takes a single click to limit the shown entries to enabled add-ons only. This is also an actual flag in the preferences, and thus its state is saved between runs on Blender (in contrast to the filter, which is always reset to "All"). Reviewed by: brecht, billreynish |
Commit Details:
Full Hash: 078d02f55743cd34c51c4dd7ca710b22441a12da
Parent Commit: ecc3b03
Lines Changed: +20, -9
5 Modified Paths:
/release/scripts/startup/bl_operators/userpref.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+11, -7) (Diff)
/release/scripts/startup/bl_ui/__init__.py (+0, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+6, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+11, -7) (Diff)
/release/scripts/startup/bl_ui/__init__.py (+0, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+6, -0) (Diff)