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:
authorJeroen Bakker <j.bakker@atmind.nl>2013-12-10 01:16:05 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2013-12-10 01:16:05 +0400
commit35a9b7b44aa88f95c9c5675caa73d299d5d24569 (patch)
treea30300c967784d072a7a7f3b9027a8103faa836a /release/scripts/startup/bl_operators/node.py
parent8983f50a9a489d59d909f35f47dd43f8b1d2f395 (diff)
Missed one usage of use_hidden_preview.
Diffstat (limited to 'release/scripts/startup/bl_operators/node.py')
-rw-r--r--release/scripts/startup/bl_operators/node.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_operators/node.py b/release/scripts/startup/bl_operators/node.py
index 0814d0144ab..13189b2e9d3 100644
--- a/release/scripts/startup/bl_operators/node.py
+++ b/release/scripts/startup/bl_operators/node.py
@@ -97,9 +97,6 @@ class NodeAddOperator():
print(str(e))
# Continue despite invalid attribute
- if space.use_hidden_preview:
- node.show_preview = False
-
node.select = True
tree.nodes.active = node
node.location = space.cursor_location