diff --git a/README.md b/README.md index 7cbfa9e..bacdc53 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cover.png b/cover.png new file mode 100644 index 0000000..143bea0 Binary files /dev/null and b/cover.png differ