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

Commit

Permalink
version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nixon-voxell committed Nov 2, 2020
1 parent b7620a0 commit ff172e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Cloth Exporter Blender Addon
---
This is a custom made [Blender](https://blender.org) Addon that is targeted for the use case of my [GPUClothSimulationInUnity](https://github.com/voxell-tech/GPUClothSimulationInUnity) project.
The first stage of this add-on for blender. This add-on converts any face with more than 3 vertices into proportional triangles.

How to use?
---
1. Zip this repository in a `.zip` file.
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.
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author" : "Voxell",
"description" : "Exports data of cloth mesh",
"blender" : (2, 90, 0),
"version" : (0, 0, 1),
"version" : (0, 1, 0),
"location" : "View3D",
"warning" : "This is still in an extremely early version, it might break your work or crash Blender...",
"category" : "Generic"
Expand Down

0 comments on commit ff172e9

Please sign in to comment.