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:
Diffstat (limited to 'sun_position/ui_sun.py')
-rw-r--r--sun_position/ui_sun.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/sun_position/ui_sun.py b/sun_position/ui_sun.py
index 2eb969d2..ec58589c 100644
--- a/sun_position/ui_sun.py
+++ b/sun_position/ui_sun.py
@@ -103,9 +103,7 @@ class SUNPOS_PT_Panel(bpy.types.Panel):
if context.scene.world is not None:
if context.scene.world.node_tree is not None:
col.prop_search(sp, "hdr_texture",
- context.scene.world.node_tree, "nodes")
- col.prop_search(sp, "sky_texture",
- context.scene.world.node_tree, "nodes")
+ context.scene.world.node_tree, "nodes", text="")
else:
col.label(text="Please activate Use Nodes in the World panel.",
icon="ERROR")