You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to import my custom entity but blender give this error message and nothing else happens:
Python: Traceback (most recent call last): File "C:\Users\dahli\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\i_scene_cp77_gltf\__init__.py", line 1331, in execute importEnt( bob, apps, excluded,self.with_materials, self.include_collisions, self.include_phys, self.include_entCollider, inColl, self.remap_depot) File "C:\Users\dahli\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\i_scene_cp77_gltf\importers\entity_import.py", line 712, in importEnt if app_name: ^^^^^^^^ UnboundLocalError: cannot access local variable 'app_name' where it is not associated with a value
What I have tried:
Input correct app name
Having custom app name
Changing custom app name to "default"
Regenerate depot with newest WK
Re-export all needed materials for the NPV with newest WK
Older version of plugin with older compatible version of WK and Blender
Version info:
Blender 4.1
WK 8.13 nightly (April 25)
Plugin 1.5.5.2
Mana said this is likely a code problem so I figure it should be logged here
The text was updated successfully, but these errors were encountered:
I'm trying to import my custom entity but blender give this error message and nothing else happens:
Python: Traceback (most recent call last): File "C:\Users\dahli\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\i_scene_cp77_gltf\__init__.py", line 1331, in execute importEnt( bob, apps, excluded,self.with_materials, self.include_collisions, self.include_phys, self.include_entCollider, inColl, self.remap_depot) File "C:\Users\dahli\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\i_scene_cp77_gltf\importers\entity_import.py", line 712, in importEnt if app_name: ^^^^^^^^ UnboundLocalError: cannot access local variable 'app_name' where it is not associated with a value
What I have tried:
Version info:
Mana said this is likely a code problem so I figure it should be logged here
The text was updated successfully, but these errors were encountered: