From 668b0000a216177eba46087f003b7a9cee84e24c Mon Sep 17 00:00:00 2001 From: Simarilius-uk <29640139+Simarilius-uk@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:58:04 +0000 Subject: [PATCH] typo fix --- i_scene_cp77_gltf/resources/scripts/Import_from_OS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i_scene_cp77_gltf/resources/scripts/Import_from_OS.py b/i_scene_cp77_gltf/resources/scripts/Import_from_OS.py index 0998af5..cd06e6c 100644 --- a/i_scene_cp77_gltf/resources/scripts/Import_from_OS.py +++ b/i_scene_cp77_gltf/resources/scripts/Import_from_OS.py @@ -178,7 +178,7 @@ def process_object(obj,parent_coll): o['debugName']=obj['name'] o['horizontalFlip']=obj['spawnable']['horizontalFlip'] o['verticalFlip']=obj['spawnable']['verticalFlip'] - o['alpha']=obj['spawna-ble']['alpha'] + o['alpha']=obj['spawnable']['alpha'] o['appearanceName']=obj['spawnable']['app'] parent_coll.objects.link(o)