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

Error when importing psk from DBD #100

Open
Mozalthiric opened this issue Mar 28, 2024 · 2 comments
Open

Error when importing psk from DBD #100

Mozalthiric opened this issue Mar 28, 2024 · 2 comments

Comments

@Mozalthiric
Copy link

It says this error:
Python: Traceback (most recent call last):
File "C:\Users\model\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_import_scene_unreal_psa_psk_280.py", line 2224, in execute
if not pskimport_proxy():
^^^^^^^^^^^^^^^^^
File "C:\Users\model\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_import_scene_unreal_psa_psk_280.py", line 2205, in pskimport_proxy
return pskimport(
^^^^^^^^^^
File "C:\Users\model\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\io_import_scene_unreal_psa_psk_280.py", line 1051, in pskimport
mesh_data.use_auto_smooth = True
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Mesh' object has no attribute 'use_auto_smooth'

@Archie71boi
Copy link

got the exact same issue

@Mozalthiric
Copy link
Author

Mozalthiric commented Apr 1, 2024

got the exact same issue

I figured out why. It's because Blender 4.1 or above 3.6 does not support these files, so all you have to do to fix this problem is download Blender 3.6 and reinstall the same add-ons on there and you should be good (Lmk if it works)

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

2 participants