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

Import error - blender 2.83 #24

Open
vezza opened this issue Aug 16, 2020 · 2 comments
Open

Import error - blender 2.83 #24

vezza opened this issue Aug 16, 2020 · 2 comments

Comments

@vezza
Copy link

vezza commented Aug 16, 2020

I'm getting the following error importing an .ac file into blender:

AC3D file is version 'b'
Traceback (most recent call last):
File "/home/andrea/.config/blender/2.83/scripts/addons/io_scene_ac3d/init.py", line 184, in execute
import_ac3d.AC3D_OT_Import(self, context, **keywords)
File "/home/andrea/.config/blender/2.83/scripts/addons/io_scene_ac3d/import_ac3d.py", line 982, in init
self.create_blender_data()
File "/home/andrea/.config/blender/2.83/scripts/addons/io_scene_ac3d/import_ac3d.py", line 1183, in create_blender_data
tlo = obj.create_blender_object(self.matlist, "", bUseLink, self)
File "/home/andrea/.config/blender/2.83/scripts/addons/io_scene_ac3d/import_ac3d.py", line 739, in create_blender_object
child = obj.create_blender_object(
File "/home/andrea/.config/blender/2.83/scripts/addons/io_scene_ac3d/import_ac3d.py", line 564, in create_blender_object
bl_material = ac_material.get_blender_material(
File "/home/andrea/.config/blender/2.83/scripts/addons/io_scene_ac3d/import_ac3d.py", line 201, in get_blender_material
bl_mat = self.make_blender_mat(bl_mat)
File "/home/andrea/.config/blender/2.83/scripts/addons/io_scene_ac3d/import_ac3d.py", line 169, in make_blender_mat
bsdf = bl_mat.node_tree.nodes[bpy.app.translations.pgettext('Principled BSDF')]
KeyError: 'bpy_prop_collection[key]: key "Generico BSDF" not found'

location: :-1

location: :-1

@vezza
Copy link
Author

vezza commented Aug 16, 2020

I've been able to by-pass the error changing the blender language to English

@NikolaiVChr
Copy link
Owner

This is possibly fixed by PR #17

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

No branches or pull requests

2 participants