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.
This commit is contained in:
Damien Picard 2020-10-28 15:03:19 +01:00
parent 857998f409
commit 94989086ae
1 changed files with 1 additions and 1 deletions

View File

@ -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)