Blender Git Commit Log
Git Commits -> Revision 909fa08
Revision 909fa08 by Clément Foucault (master) November 30, 2018, 14:40 (GMT) |
StudioLight: Add a 4th light to adjust lighting There was a bug due to non-aligned struct in the DNA that prevented us to increase the size of the userdef light array. Since the studio lights are now presets and stored in external files, there is no need to keep backward compatibility with theses lights. Remove the old array and create a new one. Add blue tint light for specular. |
Commit Details:
Full Hash: 909fa08a7654e411b3fba90178a7003646ca7e54
Parent Commit: 856b858
Lines Changed: +45, -29
7 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+0, -2) (Diff)
/source/blender/blenkernel/intern/studiolight.c (+8, -2) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+23, -14) (Diff)
/source/blender/draw/engines/workbench/workbench_studiolight.c (+0, -7) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -3) (Diff)
/source/blender/blenkernel/intern/blender.c (+0, -2) (Diff)
/source/blender/blenkernel/intern/studiolight.c (+8, -2) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+23, -14) (Diff)
/source/blender/draw/engines/workbench/workbench_studiolight.c (+0, -7) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -3) (Diff)