From 013bcb2c093f412b44a7de0b7f56cbe57650682a Mon Sep 17 00:00:00 2001 From: Nokaubure Date: Tue, 17 Dec 2024 19:15:50 +0100 Subject: [PATCH] selectSingleObject import --- fast64_internal/oot/skeleton/importer/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast64_internal/oot/skeleton/importer/functions.py b/fast64_internal/oot/skeleton/importer/functions.py index 4fb899dda..7b9c18e4e 100644 --- a/fast64_internal/oot/skeleton/importer/functions.py +++ b/fast64_internal/oot/skeleton/importer/functions.py @@ -3,7 +3,7 @@ import mathutils, bpy, math from ....f3d.f3d_gbi import F3D, get_F3D_GBI from ....f3d.f3d_parser import getImportData, parseF3D -from ....utility import hexOrDecInt, applyRotation, PluginError +from ....utility import hexOrDecInt, applyRotation, PluginError, selectSingleObject from ...oot_f3d_writer import ootReadActorScale from ...oot_model_classes import OOTF3DContext, ootGetIncludedAssetData from ...oot_utility import OOTEnum, ootGetObjectPath, getOOTScale, ootGetObjectHeaderPath, ootGetEnums, ootStripComments