pass minsize through run2

This commit is contained in:
Fischer Robert
2023-02-01 12:21:08 +01:00
parent 7269e3ad3a
commit 73122da99d
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ class mesh_maker:
steps = self.timesteps
if self.parallel:
Parallel(n_jobs=self.njobs, temp_folder=temp_folder)(delayed(self.time_4D_stl)(ts, phase, name, clean,remove_small, fp) for ts in steps)
Parallel(n_jobs=self.njobs, temp_folder=temp_folder)(delayed(self.time_4D_stl)(ts, phase, name, clean,remove_small, fp, minsize) for ts in steps)
else:
for ts in steps:
if not ts == self.ref_ts:

View File

@@ -1,8 +1,8 @@
import bpy
import os
baseFolder="/mpc/homes/fische_r/NAS/DASCOELY/processing/04_membrane_ML/3II/crack/" #for stl
outfolder="/mpc/homes/fische_r/NAS/DASCOELY/processing/04_membrane_ML/3II/crack_png/" #for png
baseFolder="/mpc/homes/fische_r/NAS/DASCOELY/processing/04_membrane_ML/3II/crack_smaller_200_removed/" #for stl
outfolder="/mpc/homes/fische_r/NAS/DASCOELY/processing/04_membrane_ML/3II/crack_smalelr_200_removed_png/" #for png
material = 'Crack'