mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 22:47:53 +00:00
More tests and fixes for linking in models with different project norths
This commit is contained in:
@@ -1112,7 +1112,7 @@ except Exception as e:
|
||||
data = json.load(f)
|
||||
|
||||
gprops = bpy.context.scene.BIMGeoreferenceProperties
|
||||
for prop in ("model_origin", "blender_x_axis_abscissa", "blender_x_axis_ordinate"):
|
||||
for prop in ("model_origin", "model_project_north"):
|
||||
if (value := data.get(prop, None)) is not None:
|
||||
setattr(gprops, prop, value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user