-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError with bones? #94
Comments
getting same issue,havent got a fix yet |
I have exactly the same problem
|
Try this one instead, worked fine for me: https://github.com/DarklightGames/io_scene_psk_psa |
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
The text was updated successfully, but these errors were encountered: