Default to frame chunk size of 1 (instead of 10)

This commit is contained in:
Sybren A. Stüvel 2017-02-14 10:22:06 +01:00
parent 4647175a7e
commit cf3f7234eb

View File

@ -568,7 +568,7 @@ def register():
name='Frame Chunk Size',
description='Maximum number of frames to render per task',
min=1,
default=10,
default=1,
)
scene.flamenco_render_schunk_count = IntProperty(
name='Number of Sample Chunks',