Import animation file and Create animation library broken #37

Open
opened 2026-02-14 04:17:32 +00:00 by Erod · 2 comments

Blender 5.0.1

KKBP Importer 9.0.0

KKBP Exporter 5.0

This seems to be happening with every character card:

Trying to create an animation library gets me this error:

Rokoko Addon is also installed and logged in.

Traceback (most recent call last):
File "D:\blender-5.0.1\portable\extensions\user_default\kkbp\extras\createanimationlibrary.py", line 447, in execute
main(self.directory)
File "D:\blender-5.0.1\portable\extensions\user_default\kkbp\extras\createanimationlibrary.py", line 125, in main
area.spaces[0].text = bpy.data.texts.new(name='Reduce filesize, save and close')
^^^^^^^^^^^^^^^^^^^
AttributeError: 'SpaceDopeSheetEditor' object has no attribute 'text'
01:35.531 bpy.rna | ERROR Python script error in KKBP_OT_createanimassetlib.execute

Blender 5.0.1 KKBP Importer 9.0.0 KKBP Exporter 5.0 This seems to be happening with every character card: Trying to create an animation library gets me this error: Rokoko Addon is also installed and logged in. Traceback (most recent call last): File "D:\blender-5.0.1\portable\extensions\user_default\kkbp\extras\createanimationlibrary.py", line 447, in execute main(self.directory) File "D:\blender-5.0.1\portable\extensions\user_default\kkbp\extras\createanimationlibrary.py", line 125, in main area.spaces[0].text = bpy.data.texts.new(name='Reduce filesize, save and close') ^^^^^^^^^^^^^^^^^^^ AttributeError: 'SpaceDopeSheetEditor' object has no attribute 'text' 01:35.531 bpy.rna | ERROR Python script error in KKBP_OT_createanimassetlib.execute
Author

Maybe this is connected to Action Slots being new?

Maybe this is connected to Action Slots being new?
Owner

I think you may have a different layout for your window, which is causing it to fail. This script depends on you having the "Layout" tab on the top be the default you get when you open blender for the first time, specifically the bottom area where the timeline is supposed to be needs to be a timeline. Both scripts are working on my end on blender 5.0.1 with the default layout

I think you may have a different layout for your window, which is causing it to fail. This script depends on you having the "Layout" tab on the top be the default you get when you open blender for the first time, specifically the bottom area where the timeline is supposed to be needs to be a timeline. Both scripts are working on my end on blender 5.0.1 with the default layout
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
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#37
No description provided.