Skip to content

Instantly share code, notes, and snippets.

View antoniomasamichi's full-sized avatar

masamichi antoniomasamichi

View GitHub Profile
@AdmiralPotato
AdmiralPotato / bibodhas_triangles.py
Created February 25, 2015 09:39
Another Blender Python Script to animate a large number of group instances in a really captivating motion pattern. Created with my developer friend Bibodha. https://github.com/bibodha
#So far, my Python scripts for Blender are segmented into
#a "create the objects" script,
#and a "describe their motion over time" script.
#The "motion.py" script must be run and have the "register"
#checkbox clicked on it in the Blender "Text Editor" window,
#so that it will add the driver every time the file loads.
#To use the creation script, you must already have a group named
#"Triangle" defined with some renderable mesh in it so that the
#"creation.py" script can create instances of that group.
#My "Triangle" group has a skinned wireframe triangle in it.