Hide output path for ifcpatch without output #4721

This commit is contained in:
Andrej730
2024-12-05 17:22:24 +05:00
parent 939cc63cae
commit 538365885b
3 changed files with 10 additions and 4 deletions
+4
View File
@@ -36,3 +36,7 @@ class Patch(bonsai.core.tool.Patch):
# Should mark them as such in the patches documentation
# and process it later.
return recipe == "SplitByBuildingStorey" and arg_name == "output_dir"
@classmethod
def does_patch_has_output(cls, recipe: str) -> bool:
return recipe != "SplitByBuildingStorey"