Docs: Improve Add-on Table and readmes #70
18
scripts-blender/addons/blender_kitsu/CHANGELOG.MD
Normal file
18
scripts-blender/addons/blender_kitsu/CHANGELOG.MD
Normal 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)
|
||||||
|
|
@ -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": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user