Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Addon for Blender to export mesh data as a JSON file.

License

Notifications You must be signed in to change notification settings

nixon-voxell/BlenderMeshToJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlenderMeshToJSON Addon

This is a custom made Blender Addon that is targeted for the use case of my GPUClothSimulationInUnity project. This add-on converts any face with more than 3 vertices into proportional triangles (optional) and then exports it into a JSON file.

How to use?

  1. Zip this repository in a .zip file or download a release.
  2. Open Blender, go to Edit > Preferences > Add-ons > Install and choose the .zip file.
  3. In the 3D View port, press n to view the side bar.
  4. Select Cloth Exporter in the side bar.
  5. Select a Mesh in the scene and press Tab into edit mode.
  6. Once you are satisfied with the mesh, press Transform to PBD.
  7. Choose your export location and export filename.
  8. Press Export Data for Unity.
  9. You will get an exported JSON file.

License

This project is under the GNU Public License, Version 3.