Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 36 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
attractor
=========

Attractor plugin for Blender

## attractor_blender_2_6.py
Works from Blender version 2.6 to Blender version 2.79 (tested)
Installation instructions: Go to File->User Preferences
Select Add-ons from the tabs at the top of the window.
At the bottom of the window click "Install Add-on from File..."
Find and select the file ```attractor_blender_2_6.py``` and click
the ```Install Add-on from File...``` button.

To create an attractor curve, press Shift-A to add an object and select
Curve menu. At the bottom there should now be an entry "Attractors...".
Select that and an attractor of your choice (Lorenz is a good place to start).


## attractor_blender_2_8.py
Works from Blender version 2.8 to Blender version 2.81 (tested) and likely beyond.
Installation instructions: Go to Edit->Preferences
Select Add-ons from the tabs on the left of the Window.
At the top of the window click "Install..."
Find and select the file ```attractor_blender_2_8.py``` and click
the ```Install Add-on...``` button.

To create an attractor curve, press Shift-A to add an object and select
Curve menu. At the bottom there should now be an entry "Attractors...".
Select that and an attractor of your choice (Lorenz is a good place to start).
Strange Attractors
==================

Strange Attractors plugin for Blender. This is a fork from https://github.com/mtyka/attractor from original excellent work. This has been maintained by @7bitretro with some corrections from Spirou4D@laposte.net, to update the code for compatibility for more recent versions of Blender.

A Strange Attractor is a concept in chaos theory that describes the behavior of chaotic systems. Unlike a regular attractor, which predicts stable patterns with fixed positions, a strange attractor leads to semi-stable patterns that lack a specific spatial location. One famous example is the Lorenz attractor, which emerged from a mathematical experiment in weather prediction and revealed an unexpected link between weather, chaos, and fractals. These attractors exhibit fascinating properties, such as points on the attractor being arbitrarily far apart at different times, making their behavior quite unpredictable.

## Information

Corrected by Spirou4D@laposte.net, 2022-12-09

@Googyflip added TSUCS1 Attracttor, 12/09/2022

Works with Blender version 3.3 and upwards

## Manual Installation

- Go to Edit -> Preferences
- Select Extensions from the left tabs
- Top right, select the down arrow and then 'Install from Disk...'
- Find and select the file Strange Attractors .ZIP file and choose 'Install from Disk', the extension will now be installed

## Adding a Strange Attractor

- In Object mode, press Shift-A to add an object and select Curve > Strange Attractors
- Select that and an attractor of your choice (Lorenz is a good place to start)
- In the object data properties, play around with the settings in Geometry

## Example Attractors rendered in Blender

![alt text](https://github.com/Googyflip/attractor/blob/master/images/Aizawa%20Attractor.jpg)

![alt text](https://github.com/Googyflip/attractor/blob/master/images/Haldey%20Attractor.jpg)

![alt text](https://github.com/Googyflip/attractor/blob/master/images/Lorenz%20Mod%201%20Attractor.jpg)

Loading