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

Cannot Export VMD, getting errors #395

Closed
artemis1031 opened this issue Jun 5, 2023 · 0 comments
Closed

Cannot Export VMD, getting errors #395

artemis1031 opened this issue Jun 5, 2023 · 0 comments

Comments

@artemis1031
Copy link

artemis1031 commented Jun 5, 2023

I'm trying to make my own motions in Blender to import and use in MMD, but when I try to export, I get these errors. I 'm not a smart cookie and can't make heads or tails of this. Please help?

Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\mmd_tools\operators\fileio.py", line 631, in execute
vmd_exporter.VMDExporter().export(**params)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\mmd_tools\core\vmd\exporter.py", line 489, in export
vmdFile.boneAnimation = self.__exportBoneAnimation(armature)
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\mmd_tools\core\vmd\exporter.py", line 258, in __exportBoneAnimation
assert(key_name not in vmd_bone_anim) # VMD bone name collision
AssertionError

EDIT: i found a work around, I no longer need a solution.
Apparently, you should NOT delete anything from the model you're working with. I had deleted the joints and collision out of habit, since they often get underfoot when making clothing for my models. This took me 2.5 days to figure out, lol.

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

1 participant