Blender Git Loki
Git Commits -> Revision b3c8ffc
Revision b3c8ffc by Jeroen Bakker (master) June 8, 2018, 08:41 (GMT) |
Workbench: UI for custom studio lights/matcaps - all known image types are supported - BpyAPI for studiolights added - added open user pref operator in shading menu - possible to add multiple files in a single run For now refreshing studio lights will free all studiolights and reinit the whole mechanism. This can be improved by only freeing deleted, reset updated and add new custom studiolights. details to show currently only shows the path we perhaps want to add other information also |
Commit Details:
Full Hash: b3c8ffcb3e5312356065824f5481a906907feb80
Parent Commit: 4d16d00
Lines Changed: +368, -11
7 Modified Paths:
/release/scripts/startup/bl_operators/wm.py (+123, -1) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+46, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+9, -3) (Diff)
/source/blender/blenkernel/BKE_studiolight.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/studiolight.c (+11, -6) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+174, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+46, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+9, -3) (Diff)
/source/blender/blenkernel/BKE_studiolight.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/studiolight.c (+11, -6) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+174, -0) (Diff)