3D animation in Minecraft

This summer, I watched a YouTube video about creating animation inside Minecraft. Usually, when making Minecraft animations, people can make it inside Minecraft by recording interactions between players. Or they make it in 3D animation software like Blender or C4D. However, the author introduced a new method by combining the previous two. He first made an animation in Blender. Then he converted the objects into voxels (pixels in 3D), so Minecraft could recognize them. Finally, the voxels were imported into Minecraft frame by frame, where he took screenshots of each frame. The author used python to write the plugins for converting and importing objects.

Explosion simulation finished in Blender and imported in Minecraft

This project opens up a new creative approach to creating more challenging animations like explosions and fluid simulations inside Minecraft that can only be made in professional 3D software. I admire this project as it combines two software in a completely new way and provides new inspirations for 3D animators. Besides, the author developed genius solutions in converting smooth objects into voxels and assigning Minecraft texture for each voxel according to its color. His way of analyzing and troubleshooting the problem is what I can learn from.