[Bf-extensions-cvs] [d94489ea] master: pov: renamed 'lamp' preset folder to 'light'

Maurice Raybaud noreply at git.blender.org
Sun Dec 8 22:26:52 CET 2019


Commit: d94489ea875a20f2bc0aa2b5e490d5ab0c230833
Author: Maurice Raybaud
Date:   Sun Dec 8 22:26:43 2019 +0100
Branches: master
https://developer.blender.org/rBAd94489ea875a20f2bc0aa2b5e490d5ab0c230833

pov: renamed 'lamp' preset folder to 'light'

===================================================================

M	render_povray/ui.py

===================================================================

diff --git a/render_povray/ui.py b/render_povray/ui.py
index c397053d..1cb03125 100644
--- a/render_povray/ui.py
+++ b/render_povray/ui.py
@@ -602,7 +602,7 @@ class LIGHT_OT_POV_add_preset(AddPresetBase, Operator):
         ]
 
     # where to store the preset
-    preset_subdir = "pov/lamp"
+    preset_subdir = "pov/light"



More information about the Bf-extensions-cvs mailing list