Skip to content

ChemicalDevelopment/mandelmesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mandelmesh

Use this script to generate meshes of fractals

Running

blender -P src/mesh.py -- --help

the -- is an argument seperator so that blender knows that arguments after that are for the script.

For MacOS, replace blender with the binary inside the .app:

For example, ~/Applications/blender.app/Contents/MacOS/blender -P src/mesh.py -- --help

About

A set of scripts to generate Mandelbrot meshes (mainly for blender)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages