mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
bonsai tool module imports #5178
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
import bpy
|
||||
import ifcopenshell
|
||||
import blenderbim.core.tool
|
||||
import bonsai.core.tool
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ if TYPE_CHECKING:
|
||||
import ifcpatch
|
||||
|
||||
|
||||
class Patch(blenderbim.core.tool.Patch):
|
||||
class Patch(bonsai.core.tool.Patch):
|
||||
@classmethod
|
||||
def run_migrate_patch(cls, infile: str, outfile: str, schema: str) -> None:
|
||||
output = ifcpatch.execute(
|
||||
|
||||
Reference in New Issue
Block a user