diff --git a/README.md b/README.md index 5bfd7e7..9c54b03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Stocker Helper -A Blender add-on for [Stocker Geometry Nodes](httpshttps://garylritchie.gumroad.com/l/stocker). +A Blender add-on for [Stocker Geometry Nodes](https://garylritchie.gumroad.com/l/stocker). ## Overview @@ -22,7 +22,7 @@ The **Stocker Helper** creates a boundary cube that encompasses selected objects ## Installation -1. Download `stocker.zip`. +1. Download `stocker_helper.zip`. 2. Drag the `.zip` file into Blender. ## Usage @@ -38,7 +38,3 @@ The **Stocker Helper** creates a boundary cube that encompasses selected objects * **Asset Library Scan:** Implemented priority for "stocker" libraries and automatic appending of missing node groups. * **Code Robustness:** Updated imports and classmethod poll attributes for Blender Extension compliance. - -## License - -Distributed as an open-source utility. diff --git a/__pycache__/__init__.cpython-311.pyc b/__pycache__/__init__.cpython-311.pyc index cae8d05..0f96bf0 100644 Binary files a/__pycache__/__init__.cpython-311.pyc and b/__pycache__/__init__.cpython-311.pyc differ diff --git a/scripts/__pycache__/phase2_geometry.cpython-311.pyc b/scripts/__pycache__/phase2_geometry.cpython-311.pyc index beaf968..5073bb4 100644 Binary files a/scripts/__pycache__/phase2_geometry.cpython-311.pyc and b/scripts/__pycache__/phase2_geometry.cpython-311.pyc differ