Import animation file and Create animation library broken #37

Open
opened 2026-02-14 04:17:32 +00:00 by Erod · 1 comment

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?
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#37
No description provided.