Importing to Blender resulting in immediate error. #92

Closed
opened 2026-08-24 02:02:36 +00:00 by AbyssalL · 0 comments

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!

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!**
AbyssalL 2026-08-24 02:02:36 +00:00
  • closed this issue
  • added the
    bug
    label
kkbp-dev referenced this issue from a commit 2026-08-27 00:52:49 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kkbp-dev/KKBP_Importer#92
No description provided.