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 converting dae to bmd #39

Open
aconeishone opened this issue Oct 16, 2022 · 1 comment
Open

error converting dae to bmd #39

aconeishone opened this issue Oct 16, 2022 · 1 comment

Comments

@aconeishone
Copy link

when I try to convert my dae to a bmd it gives me this error

SuperBMD v2.4.0.0

Preparing to convert coneabomination from .DAE to .BMD

Sorting Meshes....
Unhandled Exception: System.Exception: Number of meshes (2) is not the same as the number of mesh objects (0); cannot sort.
Mesh objects:
Meshes: Mesh_0, Mesh_0
   at SuperBMDLib.Model.SortMeshesByObjectNames(Scene scene)
   at SuperBMDLib.Model..ctor(Scene scene, Arguments args, List`1 mat_presets, String additionalTexPath)
   at SuperBMDLib.Model.Load(Arguments args, List`1 mat_presets, String additionalTexPath)
   at SuperBMDLib.Program.Main(String[] args)

what do I do about this?

@RenolY2
Copy link
Owner

RenolY2 commented Oct 16, 2022

Use --no_sort argument when calling superbmd (or add it to the .bat) or try the newer version where it won't throw an error anymore when it can't sort meshes: https://github.com/RenolY2/SuperBMD/releases/tag/v2.4.0.1

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