Release 0.1
This commit is contained in:
+12
-10
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user