Sunday, January 13, 2013

Blender Python Notebook!

Blender 3D has become one of my latest computational hobbies...

Not only does this open source modeler have an extensive set of mesh modeling tools and rendering capabilities, it also features an extensive Python API.  Following the format of my RevitPythonShell resource, I have created a new Notebook for capturing some cool Blender Python techniques....

As of this post, there are tips and code snippets related to.
  • Environment and Set-up
  • Defining a Mesh
  • Applying a Modifier
  • Creating a Mathematical Mesh
  • Creating a Randomized Mesh
Check back often for more!