merged changes to revision 24446

This commit is contained in:
Maxime Curioni
2009-11-10 12:08:02 +00:00
254 changed files with 20440 additions and 14387 deletions

View File

@@ -227,7 +227,7 @@ class RENDER_PT_performance(RenderButtonsPanel):
sub.active = rd.render_raytracing
sub.itemL(text="Acceleration structure:")
sub.itemR(rd, "raytrace_structure", text="")
if rd.raytrace_structure == "OCTREE":
if rd.raytrace_structure == 'OCTREE':
sub.itemR(rd, "octree_resolution", text="Resolution")
else:
sub.itemR(rd, "use_instances", text="Instances")