MeebitsDAO / meebits-blender-utils

Import Meebits into Blender and export to VRM format. Docker image for conversion available
GNU General Public License v3.0
25 stars 6 forks source link

Blender rig positioned above the floor causes floating exported Meebit #11

Open megamattron opened 3 years ago

megamattron commented 3 years ago

image image image

The screenshot from Blender is from my new simplified rig but the problem seems to exist in the original file as well. I've tried to correct this by resetting the origin but this seems to cause other problems placing the head accessories layer. I can show some examples of that if helpful, just wondering if there's a simple fix possible that I'm not aware of.

elsewhat commented 3 years ago

The resetting to origin code is a bit fickle and I never really got a good grip on how to best handle it. Currently, the location is set here https://github.com/MeebitsDAO/meebits-blender-utils/blob/main/add-on/meebit_core.py#L250

As far as I recall, the original vox import for blender put the model not within the origin, but don't recall the z-axis https://github.com/technistguru/MagicaVoxel_Importer

Don't see a quick fix unfortunately