https://github.com/fliptopbox/lorenz-attractor
The Lorenz attractor expressed in Blender using python
https://github.com/fliptopbox/lorenz-attractor
Last synced: 5 months ago
JSON representation
The Lorenz attractor expressed in Blender using python
- Host: GitHub
- URL: https://github.com/fliptopbox/lorenz-attractor
- Owner: fliptopbox
- License: mit
- Created: 2018-04-30T17:16:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T23:06:33.000Z (about 7 years ago)
- Last Synced: 2025-01-01T12:43:43.262Z (7 months ago)
- Language: Python
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lorenz-attractor
The Lorenz attractor expressed in Blender using python

_Sample render: 48 samples, PNG RGBA 16bit_
**The HDRi environment map was downloaded from HDRI HAVEN.**
https://hdrihaven.com/hdri/download.php?h=mossy_forest&r=2k
(it is included here for my own convienience)## brender
A script to render from command line. It passes in arguments so that you can divide your workload amounst any additional machines you have on your netowrk.
# Usage:
$ sh brender.sh "png" 1 236| argument | description | value | result |
|-|-|-|-|
| string | destination folder | png | //render/png/
| number | start frame | 12 | //render/png/0012.png
| number | end frame | 236 | //render/png/0236.png**WARNING!!** currently there is no error chcking so please read the cource code before you execute it.