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

Child objects of a mesh exported as bone don't export properly if the mesh doesn't have scale 1.0 #62

Closed
Nusiq opened this issue Aug 20, 2020 · 3 comments
Labels
bug Something isn't working model-exporter Related to exporting Minecraft models from Blender

Comments

@Nusiq
Copy link
Owner

Nusiq commented Aug 20, 2020

Image 1: The yellow cube is a parent of purple cubes and has scale 1.0. Model exports properly
basic

Image 2: Same as the image 1 but yellow cube has scale 3.0. Bad export.
bug1

Image 3: In blender the red cube is the parent of the yellow cube and the purple cubes are the children of the yellow cube. No mc_is_bone property so in minecraft the red cube is a bone and all of the other cubes aren't. The model exported properly
fixed

Imge 4: Same as image 3 but added is_mc_bone property to the yellow cube. This makes the red and the yellow cube bones. The bug is visible again.
bug2

@Nusiq Nusiq added bug Something isn't working model-exporter Related to exporting Minecraft models from Blender labels Aug 20, 2020
@Nusiq
Copy link
Owner Author

Nusiq commented Aug 20, 2020

The origin point of the tall purple cuboid is at its bottom so its closer to the yellow cube which mkes the bug less appearent

@Nusiq
Copy link
Owner Author

Nusiq commented Aug 20, 2020

Bug introduced somewhere between 3.2.0 and 3.2.1.

@Nusiq
Copy link
Owner Author

Nusiq commented Aug 20, 2020

Bug introduced with 1e12fe6 commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working model-exporter Related to exporting Minecraft models from Blender
Projects
None yet
Development

No branches or pull requests

1 participant