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:
authorCampbell Barton <ideasman42@gmail.com>2013-05-16 16:11:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-16 16:11:46 +0400
commita23bc7aa8a1a91b93bc59fc632028135848b0fad (patch)
treea696ca3f1a36099dd3ead7c305dd1a9b06dd9204
parentb214ea3aa402fe8d377de38276a068456a5c5223 (diff)
svn merge ^/trunk/blender -c56613 (manually merged)
-rw-r--r--release/scripts/startup/bl_operators/node.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_operators/node.py b/release/scripts/startup/bl_operators/node.py
index 74aeabc4267..fb72751146d 100644
--- a/release/scripts/startup/bl_operators/node.py
+++ b/release/scripts/startup/bl_operators/node.py
@@ -93,6 +93,7 @@ class NODE_OT_add_node(NodeAddOperator, Operator):
settings = CollectionProperty(
name="Settings",
description="Settings to be applied on the newly created node",
+ options={'SKIP_SAVE'},
type=NodeSetting,
)