Blender Git Commit Log
Git Commits -> Revision 844788a
Revision 844788a by Clément Foucault (master) November 29, 2018, 20:52 (GMT) |
Workbench: Add back studio lighting presets This changes a bit how the userprefs solid lights works. They are not visible until enabling the "Edit Solid Light" checkbox. Once enabled the current studiolight used for solid mode will be overwritten. Once the lighting settings are tweaked, the user can click the "Save as Studio light" button to save the current settings. This makes it easy to create new lighting without messing the other presets. The studio lights are stored as ASCII files on the disk using a dead simple custom format. The UI/UX is not perfect and will be improved in other commits. Also includes: * Separate LookDev HDRI selection from Solid Lights * Hide LookDev HDRIs from the Solid Lights selection list |
Commit Details:
Full Hash: 844788a36cb0e1efdf3a2010ee67abcb7c46474c
Parent Commit: 8f4ab48
Lines Changed: +430, -97
14 Modified Paths:
/release/scripts/startup/bl_operators/wm.py (+53, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+15, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+3, -3) (Diff)
/source/blender/blenkernel/BKE_studiolight.h (+9, -2) (Diff)
/source/blender/blenkernel/intern/studiolight.c (+244, -30) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+13, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lookdev.c (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_data.c (+4, -45) (Diff)
/source/blender/draw/engines/workbench/workbench_private.h (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_studiolight.c (+50, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -7) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+23, -4) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+15, -1) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+3, -3) (Diff)
/source/blender/blenkernel/BKE_studiolight.h (+9, -2) (Diff)
/source/blender/blenkernel/intern/studiolight.c (+244, -30) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+13, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lookdev.c (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_data.c (+4, -45) (Diff)
/source/blender/draw/engines/workbench/workbench_private.h (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_studiolight.c (+50, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -7) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+23, -4) (Diff)