Adding parallel running to the multi_fuse operation
This commit is contained in:
committed by
wwmayer
parent
f89a0cec28
commit
333f2913fe
@@ -134,6 +134,7 @@ App::DocumentObjectExecReturn *MultiFuse::execute()
|
||||
|
||||
mkFuse.SetArguments(shapeArguments);
|
||||
mkFuse.SetTools(shapeTools);
|
||||
mkFuse.SetParallelRun(true);
|
||||
mkFuse.Build();
|
||||
if (!mkFuse.IsDone())
|
||||
throw Base::RuntimeError("MultiFusion failed");
|
||||
|
||||
Reference in New Issue
Block a user