mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[nodes] ScenePreview: increase block size to 40
This commit is contained in:
parent
c04f969773
commit
2d6d87cad1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ currentDir = os.path.dirname(os.path.abspath(__file__))
|
|||
class ScenePreview(desc.CommandLineNode):
|
||||
commandLine = '{blenderCmdValue} -b --python {scriptValue} -- {allParams}'
|
||||
size = desc.DynamicNodeSize('cameras')
|
||||
parallelization = desc.Parallelization(blockSize=10)
|
||||
parallelization = desc.Parallelization(blockSize=40)
|
||||
commandLineRange = '--rangeStart {rangeStart} --rangeSize {rangeBlockSize}'
|
||||
|
||||
category = 'Utils'
|
||||
|
|
Loading…
Add table
Reference in a new issue