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 16 additions and 1 deletions
Showing only changes of commit 98fdf73323 - Show all commits

View File

@ -0,0 +1,15 @@
## 0.0.2 - 2023-06-02
### FIXED
- Fix Addon Install Instructions
- Fix PyAPI breakage (context overriding)
- Fix Addons Spelling and Links (#54)
- Fix error in writing credentials to file
- Fix another error in disable_modifiers()
- Fix small bug found by MackBo
### UN-CATEGORIZED
- Another small bugfix
- Include Addon READMEs in Pipeline Docs (#49)
- Nuke BAT dead code and relevant UI/UX.

View File

@ -9,7 +9,7 @@ from . import operators, ui, props
bl_info = {
'name': "GeoNode Shape Keys", 'author': "Demeter Dzadik",
'version': (0, 0, 1),
"version": (0, 0, 2),
'blender': (3, 5, 0),
'description': "Shape keys in the modifier stack",
'location': "Properties->Mesh->Shape Keys->GeoNode ShapeKeys, only on overridden meshes",