Importing to Blender resulting in immediate error. #92
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kkbp-dev/KKBP_Importer#92
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As the title implies, the moment I try to import my pmx file to Blender, the following error results basically instantly:
Python: Traceback (most recent call last):
File "C:\Users\ [MYNAME] \AppData\Roaming\Blender Foundation\Blender\5.2\extensions\user_default\kkbp\importing\importbuttons.py", line 60, in execute
c.json_file_manager.init()
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\ [MYNAME] \AppData\Roaming\Blender Foundation\Blender\5.2\extensions\user_default\kkbp\common.py", line 43, in init
for item in raw_data:
^^^^^^^^
TypeError: 'NoneType' object is not iterable
Is this a bug or is it just me doing something wrong - what so if the latter?
Update: Was using the wrong KKBP Exporter! Whoops!