Skip to content
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

Open
Sir-DJ-Cat opened this issue Nov 16, 2023 · 3 comments
Open

AttributeError with bones? #94

Sir-DJ-Cat opened this issue Nov 16, 2023 · 3 comments

Comments

@Sir-DJ-Cat
Copy link

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

@craqvfx
Copy link

craqvfx commented Nov 19, 2023

getting same issue,havent got a fix yet
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.py", line 2224, in execute
if not pskimport_proxy():
File "C:\Users\Christian\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280.py", line 2205, in pskimport_proxy
return pskimport(
File "C:\Users\Christian\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280.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'

@wisayy
Copy link

wisayy commented Nov 19, 2023

I have exactly the same problem

Python: Traceback (most recent call last):
  File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280.py", line 2224, in execute
    if not pskimport_proxy():
  File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280.py", line 2205, in pskimport_proxy
    return pskimport( 
  File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\io_import_scene_unreal_psa_psk_280.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'

@Sir-DJ-Cat
Copy link
Author

Try this one instead, worked fine for me: https://github.com/DarklightGames/io_scene_psk_psa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants