Fix minor regression in linking models due to new tool call.

This commit is contained in:
Dion Moult
2025-02-20 23:21:59 +11:00
parent abddc739fe
commit b19ece18c6
@@ -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}"