README updates

This commit is contained in:
Stefan Cepko
2026-06-04 05:44:19 -04:00
parent c3936955ea
commit 67f9604288
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
# Pr3tz — Procedural Torus-Knot Animation for Blender
![Pr3tz cover](docs/cover.png)
A Blender add-on that generates a continuously morphing parade of procedural [torus knots](https://en.wikipedia.org/wiki/Torus_knot) with configurable shaders, geometry transitions, and render-farm export — all driven by a non-destructive playlist inside Blender's N-panel.
---
@@ -33,7 +35,7 @@ A Blender add-on that generates a continuously morphing parade of procedural [to
1. Download or clone this repository.
2. In Blender, go to **Edit → Preferences → Add-ons → Install…**
3. Select the `knot_animation/` **folder** (zip it first if your Blender version requires a zip).
3. Zip the `knot_animation/` folder and select the zip (Blender 5 requires a zip for local installs).
4. Enable **"Pr3tz"** from the add-on list.
5. Open the **3D Viewport → N-panel → Pr3tz** tab.
@@ -165,7 +167,7 @@ Pull requests are welcome. For major changes please open an issue first.
```powershell
# Clone
git clone https://github.com/YOUR_USERNAME/animknots.git
git clone https://github.com/YOUR_USERNAME/pr3tz.git
# Run the syntax checker (no Blender needed)
python check_syntax.py