From ff172e9cc7b2bd2c6573af7117f8ee6f6e357091 Mon Sep 17 00:00:00 2001 From: Nixon Date: Mon, 2 Nov 2020 12:31:57 +0800 Subject: [PATCH] version 0.1 --- README.md | 3 ++- __init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cbdd00..05311a3 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/__init__.py b/__init__.py index 77034fd..d9732e3 100644 --- a/__init__.py +++ b/__init__.py @@ -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"