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:
authorTon Roosendaal <ton@blender.org>2010-12-05 17:13:57 +0300
committerTon Roosendaal <ton@blender.org>2010-12-05 17:13:57 +0300
commit2011442931e67ee431bded8ae7ba2b6c7a0c0a15 (patch)
treee2abe002f855aa38bc547704b3fa7ccc059cf5d9 /release
parent2567a0ef52be1d1bdd4911dc2b7123a870819b45 (diff)
Render UI: added the very important "free unused nodes" in the
Performance panel. This should actually be default on background render...
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/properties_render.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/properties_render.py b/release/scripts/ui/properties_render.py
index 00efb79a798..05a8c18c37f 100644
--- a/release/scripts/ui/properties_render.py
+++ b/release/scripts/ui/properties_render.py
@@ -223,6 +223,7 @@ class RENDER_PT_performance(RenderButtonsPanel, bpy.types.Panel):
sub = col.column()
sub.active = rd.use_compositing
sub.prop(rd, "use_free_image_textures")
+ sub.prop(rd, "use_free_unused_nodes")
sub = col.column()
sub.active = rd.use_raytrace
sub.label(text="Acceleration structure:")