Skip to content

Commit d72cf01

Browse files
committed
properties/halt: revert hard limit on halt condition samples
1 parent 7d90124 commit d72cf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties/halt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class LuxCoreHaltConditions(bpy.types.PropertyGroup):
4848

4949
use_samples: BoolProperty(name="Use Samples", default=True,
5050
description=USE_SAMPLES_DESC)
51-
samples: IntProperty(name="Samples", default=32, min=2, max=16384,
51+
samples: IntProperty(name="Samples", default=32, min=2, soft_max=16384,
5252
description=SAMPLES_DESC)
5353

5454
use_light_samples: BoolProperty(name="Use Light Path Samples", default=False,

0 commit comments

Comments
 (0)