Flamenco: no longer use the word 'chunks' in the UI
It's a confusing word; 'Frames per Task' is clearer.
This commit is contained in:
parent
8bef2f48a5
commit
ffab83f921
@ -970,7 +970,7 @@ def register():
|
||||
|
||||
scene = bpy.types.Scene
|
||||
scene.flamenco_render_fchunk_size = IntProperty(
|
||||
name='Frame Chunk Size',
|
||||
name='Frames per Task',
|
||||
description='Maximum number of frames to render per task',
|
||||
min=1,
|
||||
default=1,
|
||||
|
Reference in New Issue
Block a user