Docs: Improve Add-on Table and readmes #70

Merged
Nick Alberelli merged 16 commits from docs/addon-release-improvements into main 2023-06-05 16:09:57 +02:00
2 changed files with 141 additions and 123 deletions
Showing only changes of commit 16710e8744 - Show all commits

View File

@ -0,0 +1,18 @@
## 0.1.1 - 2023-06-02
### ADDED
- Add "FX-" to output collection (#59)
### FIXED
- Fix Addon Install Instructions
- Fix "Update output collection"
- Fix PyGPU Key (#60)
- Fix Addons Spelling and Links (#54)
### UN-CATEGORIZED
- Make PyGPU enum backwards compatible
- Include Addon READMEs in Pipeline Docs (#49)
- [Blender-Kitsu] Fix Frame Start & Frame End Calculation (#46)
- [Blender-Kitsu] Push Seq - restore gen_output_path() (#45)
- [Blender_Kitsu] Add Operators to cleanup Animation Files (#38)

View File

@ -51,7 +51,7 @@ bl_info = {
"author": "Paul Golter", "author": "Paul Golter",
"description": "Blender addon to interact with Kitsu", "description": "Blender addon to interact with Kitsu",
"blender": (2, 93, 0), "blender": (2, 93, 0),
"version": (0, 1, 0), "version": (0, 1, 1),
"location": "View3D", "location": "View3D",
"warning": "", "warning": "",
"doc_url": "", "doc_url": "",