Render UI: added the very important "free unused nodes" in the

Performance panel. This should actually be default on background
render...
This commit is contained in:
Ton Roosendaal 2010-12-05 14:13:57 +00:00
parent 2567a0ef52
commit 2011442931

@ -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:")