Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Raybaud <mauriceraybaud@hotmail.fr>2019-12-09 00:26:43 +0300
committerMaurice Raybaud <mauriceraybaud@hotmail.fr>2019-12-09 00:26:43 +0300
commitd94489ea875a20f2bc0aa2b5e490d5ab0c230833 (patch)
treeb488aa8a7a5d8cc008c19e9c3e247a44c856c84f /render_povray
parent4ea54fc826699da982fbd7a69fd62ca7e62f6aa9 (diff)
pov: renamed 'lamp' preset folder to 'light'
Diffstat (limited to 'render_povray')
-rw-r--r--render_povray/ui.py2
1 files changed, 1 insertions, 1 deletions
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"