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

(blender addon) Fails to export VRM blender 3.0 #5

Open
jurassicjordan opened this issue Mar 7, 2022 · 3 comments
Open

(blender addon) Fails to export VRM blender 3.0 #5

jurassicjordan opened this issue Mar 7, 2022 · 3 comments

Comments

@jurassicjordan
Copy link

Python: Traceback (most recent call last):
File "/home/jordancruz/.config/blender/3.0/scripts/addons/kitsunetsuki/exporter/vrm/init.py", line 350, in execute
out, buf = e.convert()
File "/home/jordancruz/.config/blender/3.0/scripts/addons/kitsunetsuki/exporter/vrm/init.py", line 258, in convert
root, buffer_ = super().convert()
File "/home/jordancruz/.config/blender/3.0/scripts/addons/kitsunetsuki/exporter/gltf/init.py", line 482, in convert
root = super().convert()
File "/home/jordancruz/.config/blender/3.0/scripts/addons/kitsunetsuki/exporter/base/init.py", line 186, in convert
self._root = self.make_root_node()
File "/home/jordancruz/.config/blender/3.0/scripts/addons/kitsunetsuki/exporter/vrm/init.py", line 76, in make_root_node
'title': data['meta']['title'],
KeyError: 'meta'

location: :-1

@MarkMoonfang
Copy link

I can confirm the same issue.

image

@Yonnji
Copy link
Member

Yonnji commented Jun 14, 2022

KeyError: 'meta'

Solution - #2 (comment)

@Yonnji
Copy link
Member

Yonnji commented Jun 14, 2022

I can confirm the same issue.

It's not the same problem. Some modifiers can't be applied. All modifiers are applied automatically during the export, but some of them fail for some reason. What modifiers do you have on this mesh?

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