Posted: Sun Nov 14, 2010 9:04 am
Joined: 07 Nov 2010
Posts: 543
stiv wrote:
Blender uses an extended version of Python for its scripting language.
Ah, no. Blender uses absolutely standard Python for its scripting language. The only customization it does is the addition of custom modules only accessible while scripts run from within Blender.
In particular, all the standard Python modules are still accessible.