create document and bump version

This commit is contained in:
2020-08-08 11:35:32 +08:00
parent af05f2ae21
commit 40756b0178
3 changed files with 108 additions and 6 deletions

View File

@ -2,10 +2,13 @@ bl_info={
"name":"Ballance Blender Plugin",
"description":"Ballance mapping tools for Blender",
"author":"yyc12345",
"version":(0,1),
"version":(1,0),
"blender":(2,83,0),
"category":"Object",
"support":"TESTING"
"support":"TESTING",
"warning": "Please read document before using this plugin.",
"wiki_url": "https://github.com/yyc12345/BallanceBlenderHelper",
"tracker_url": "https://github.com/yyc12345/BallanceBlenderHelper/issues"
}
# ============================================= import system