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

mesh not importing but the rig is imported #96

Open
Mrkkama opened this issue Jan 19, 2024 · 2 comments
Open

mesh not importing but the rig is imported #96

Mrkkama opened this issue Jan 19, 2024 · 2 comments

Comments

@Mrkkama
Copy link

Mrkkama commented Jan 19, 2024

i just gives me this error

Python: Traceback (most recent call last):
File "/io_import_scene_unreal_psa_psk_280.py", line 2224, in execute
if not pskimport_proxy():
File "/io_import_scene_unreal_psa_psk_280.py", line 2205, in pskimport_proxy
return pskimport(
File "/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'

@mubeen1729
Copy link

Just use Blender 2.83 to import the files, and export it as FBX to be used in other versions of Blender.
I got the same error in blender 3.x versions and blender 4 too - worked fine in 2.83 LTS.

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
@Mrkkama @mubeen1729 and others