blender3d_import_psk_psa icon indicating copy to clipboard operation
blender3d_import_psk_psa copied to clipboard

AttributeError with bones?

Open Sir-DJ-Cat opened this issue 7 months ago • 3 comments

Python: Traceback (most recent call last): File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280 (1).py", line 2224, in execute if not pskimport_proxy(): File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280 (1).py", line 2205, in pskimport_proxy return pskimport( File "C:\Users\---\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280 (1).py", line 1172, in pskimport bone_group_unused = armature_obj.pose.bone_groups.new(name = "Unused bones") AttributeError: 'Pose' object has no attribute 'bone_groups' Getting this error when trying to import a psk model

Sir-DJ-Cat avatar Nov 16 '23 09:11 Sir-DJ-Cat