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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/ui/space_node.py')
-rw-r--r--release/scripts/ui/space_node.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/ui/space_node.py b/release/scripts/ui/space_node.py
index abad98413b5..31ac25ff41a 100644
--- a/release/scripts/ui/space_node.py
+++ b/release/scripts/ui/space_node.py
@@ -163,8 +163,8 @@ class NODE_MT_node(bpy.types.Menu):
layout.operator("node.show_cyclic_dependencies")
layout.operator("node.read_renderlayers")
layout.operator("node.read_fullsamplelayers")
-
-
+
+
# Node Backdrop options
class NODE_PT_properties(bpy.types.Panel):
bl_space_type = 'NODE_EDITOR'
@@ -175,7 +175,7 @@ class NODE_PT_properties(bpy.types.Panel):
def poll(cls, context):
snode = context.space_data
return snode.tree_type == 'COMPOSITING'
-
+
def draw_header(self, context):
snode = context.space_data
self.layout.prop(snode, "show_backdrop", text="")