Docs: Improve Add-on Table and readmes #70
15
scripts-blender/addons/geonode_shapekeys/CHANGELOG.MD
Normal file
15
scripts-blender/addons/geonode_shapekeys/CHANGELOG.MD
Normal 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.
|
||||||
|
|
@ -9,7 +9,7 @@ from . import operators, ui, props
|
|||||||
|
|
||||||
bl_info = {
|
bl_info = {
|
||||||
'name': "GeoNode Shape Keys", 'author': "Demeter Dzadik",
|
'name': "GeoNode Shape Keys", 'author': "Demeter Dzadik",
|
||||||
'version': (0, 0, 1),
|
"version": (0, 0, 2),
|
||||||
'blender': (3, 5, 0),
|
'blender': (3, 5, 0),
|
||||||
'description': "Shape keys in the modifier stack",
|
'description': "Shape keys in the modifier stack",
|
||||||
'location': "Properties->Mesh->Shape Keys->GeoNode ShapeKeys, only on overridden meshes",
|
'location': "Properties->Mesh->Shape Keys->GeoNode ShapeKeys, only on overridden meshes",
|
||||||
|
Loading…
Reference in New Issue
Block a user