Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fliptopbox/lorenz-attractor
The Lorenz attractor expressed in Blender using python
https://github.com/fliptopbox/lorenz-attractor
Last synced: 4 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T23:06:33.000Z (over 6 years ago)
- Last Synced: 2024-11-08T16:34:47.869Z (about 2 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
![example render](./images/sample-01-rgba-16bit-48samples.png)
_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.