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:
authorDamien Picard <dam.pic@free.fr>2020-10-28 17:03:19 +0300
committerDamien Picard <dam.pic@free.fr>2020-10-28 20:34:33 +0300
commit94989086ae6ae7609ed54546abba406e62ea1b8a (patch)
tree8077dfb90034d10d66335a3ed6952b2ab551816d /sun_position
parent857998f409951f2f2454756841abd43fd456587a (diff)
Sun position: remove default texture name from Sky Texture
This prevents the add-on taking over the rotation of the sky texture, as reported in T78618 and many other bug reports.
Diffstat (limited to 'sun_position')
-rw-r--r--sun_position/properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sun_position/properties.py b/sun_position/properties.py
index 118de702..8d505414 100644
--- a/sun_position/properties.py
+++ b/sun_position/properties.py
@@ -162,7 +162,7 @@ class SunPosProperties(PropertyGroup):
sky_texture: StringProperty(
name="Sky Texture",
- default="Sky Texture",
+ default="",
description="Name of sky texture to be used",
update=sun_update)