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 00:50:02 +0400
committerJeroen Bakker <j.bakker@atmind.nl>2013-12-10 01:04:00 +0400
commit8983f50a9a489d59d909f35f47dd43f8b1d2f395 (patch)
tree11bb8e7591f720f499f17750ad21e2d826a72e06 /release/scripts/startup/bl_ui/space_node.py
parent7e5d2fee71849b5cd9568bd0056bf1c55f3b7fd7 (diff)
Node Previews:
Removed USE_HIDDEN_PREVIEW from source code as it is now deprecated. The feature was introduced during project mango to quickly hide previews, now that the previews are hidden by default this feature has no need. Inside the DNA the flag is still visible in comment, this way no one will reuse that value as it could have some side effects Jeroen & Monique - At Mind -
Diffstat (limited to 'release/scripts/startup/bl_ui/space_node.py')
-rw-r--r--release/scripts/startup/bl_ui/space_node.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_node.py b/release/scripts/startup/bl_ui/space_node.py
index 9750d7bac0d..3bf2977d778 100644
--- a/release/scripts/startup/bl_ui/space_node.py
+++ b/release/scripts/startup/bl_ui/space_node.py
@@ -395,7 +395,6 @@ class NODE_PT_quality(bpy.types.Panel):
col.prop(tree, "use_two_pass")
col.prop(tree, "use_viewer_border")
col.prop(snode, "show_highlight")
- col.prop(snode, "use_hidden_preview")
class NODE_UL_interface_sockets(bpy.types.UIList):