mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[nodes] ScenePreview: parallelize node
This commit is contained in:
parent
74d1a9091e
commit
737c995c4f
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ currentDir = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
class ScenePreview(desc.CommandLineNode):
|
class ScenePreview(desc.CommandLineNode):
|
||||||
commandLine = '{blenderCmdValue} -b --python {scriptValue} -- {allParams}'
|
commandLine = '{blenderCmdValue} -b --python {scriptValue} -- {allParams}'
|
||||||
|
size = desc.DynamicNodeSize('cameras')
|
||||||
|
parallelization = desc.Parallelization(blockSize=10)
|
||||||
|
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||||
|
|
||||||
category = 'Utils'
|
category = 'Utils'
|
||||||
documentation = '''
|
documentation = '''
|
||||||
|
|
Loading…
Add table
Reference in a new issue