mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Fix minor regression in linking models due to new tool call.
This commit is contained in:
@@ -1340,6 +1340,7 @@ class LoadLink(bpy.types.Operator):
|
||||
import bpy
|
||||
|
||||
def run():
|
||||
import bonsai.tool as tool
|
||||
gprops = tool.Georeference.get_georeference_props()
|
||||
# Our model origin becomes their host model origin
|
||||
gprops.host_model_origin = "{gprops.model_origin}"
|
||||
|
||||
Reference in New Issue
Block a user