* World background samples (Branched Path) were missing after integrator rename.
This commit is contained in:
Thomas Dinges
2013-08-31 16:36:54 +00:00
parent 5c569d227b
commit ce326e20c8

View File

@@ -911,7 +911,7 @@ class CyclesWorld_PT_settings(CyclesButtonsPanel, Panel):
sub = col.row(align=True)
sub.active = cworld.sample_as_light
sub.prop(cworld, "sample_map_resolution")
if not cscene.progressive:
if cscene.progressive == 'BRANCHED_PATH':
sub.prop(cworld, "samples")