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:
authorDaniel Salazar <zanqdo@gmail.com>2011-02-01 04:32:12 +0300
committerDaniel Salazar <zanqdo@gmail.com>2011-02-01 04:32:12 +0300
commit339d3bf05f6b34064ed9e0c5016b315e0a1e5cf9 (patch)
tree127b04ace62aed36b8c2d184c111b9526b7a8343
parent7b3a49af8c455d433cbccd7bff8948e6ada28d33 (diff)
reverting the new button in node editor.. will need to create a new
operator to get the correct behavior for center backdrop
-rw-r--r--release/scripts/ui/space_node.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/ui/space_node.py b/release/scripts/ui/space_node.py
index e5398ca7c73..56790add025 100644
--- a/release/scripts/ui/space_node.py
+++ b/release/scripts/ui/space_node.py
@@ -188,7 +188,6 @@ class NODE_PT_properties(bpy.types.Panel):
col = layout.column(align=True)
col.label(text="Offset:")
- col.operator("node.view_all", text="Center")
col.prop(snode, "backdrop_x", text="X")
col.prop(snode, "backdrop_y", text="Y")
col.operator("node.backimage_move", text="Move")