[Bf-extensions-cvs] [94989086] master: Sun position: remove default texture name from Sky Texture

Damien Picard noreply at git.blender.org
Wed Oct 28 18:51:23 CET 2020


Commit: 94989086ae6ae7609ed54546abba406e62ea1b8a
Author: Damien Picard
Date:   Wed Oct 28 15:03:19 2020 +0100
Branches: master
https://developer.blender.org/rBA94989086ae6ae7609ed54546abba406e62ea1b8a

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.

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

M	sun_position/properties.py

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

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)



More information about the Bf-extensions-cvs mailing list