Release 0.1

This commit is contained in:
Stefan Cepko
2026-06-05 04:45:35 -04:00
parent b6d0eeffbb
commit 31e464f5cd
6 changed files with 289 additions and 54 deletions
+12 -10
View File
@@ -1,6 +1,6 @@
"""
knot_animation/__init__.py
--------------------------
pr3tz/__init__.py
-----------------
Blender add-on entry-point for the Pr3tz procedural animation system.
What this add-on does
@@ -42,16 +42,18 @@ How to use
----------
Requires Blender 5.0 or later.
Option A Blender Text Editor:
Open knot_animation/__init__.py, click Run Script (Alt+P).
Option A Persistent add-on:
Zip the pr3tz/ folder (using package_addon.py) and install it from Preferences.
Alternatively, copy or symlink the pr3tz/ folder to Blender's addons directory
and enable it from Edit → Preferences → Add-ons.
The panel appears under the "Pr3tz" tab in the 3-D viewport N-panel.
Option B Command line:
blender.exe --python knot_animation/__init__.py
Option B Run as a script (via bootstrap runner):
Open run_script.py from the workspace root in Blender's Text Editor,
and click Run Script (Alt+P).
Option C Persistent add-on:
Copy the knot_animation/ folder to Blender's addons directory and enable
it from Edit → Preferences → Add-ons. The panel appears under the
"Pr3tz" tab in the 3-D viewport N-panel.
Option C Command line:
blender.exe --python run_script.py
"""
if "bpy" in locals():