Klas Modin PRO
Mathematician at Chalmers University of Technology and the University of Gothenburg
Overview
Pros:
Extremely versatile, "anything is possible"
Everything is scriptable (using Python)
Free (amazing!)
Cons:
Hard to learn
Hard to learn
Initially developed as an in-house application by the Dutch animation studio NeoGeo and Not a Number Technologies (NaN) during the late 90's
NaN bankrupt 2002 (Blender v 2.25)
Released under the GNU GPL for a one time payment
of 100,000 Euros
Blender is now managed by the Blender Foundation
Version 2.8 released this year (major upgrade)
Tutorials + practice, practice, practice!
Some sources
Available from the home page in Canvas
bpy.data.texts.keys()
To access active script files:
To run script file in Python console:
exec(bpy.data.texts['Text'].as_string())
(where 'Text' is the name of the script)
By Klas Modin
A brief intro to Blender.
Mathematician at Chalmers University of Technology and the University of Gothenburg