Previous Thread  Next Thread

chat icon working still image renderfarm script.

ldo

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.

Except on Windows...
Reply with quote


stiv

Posted: Sun Nov 14, 2010 4:52 pm
Joined: 05 Aug 2003
Posts: 3489
Quote:
The only customization it does is the addition of custom modules only accessible while scripts run from within Blender.


Don't forget the C code necessary to access Blender's internal data structures from Python.

So we have an embedded Python interpreter, a bunch of custom modules, and more than a little C code to access Blender structs.

Extending and Embedding the Python Interpreter
Reply with quote


Goto page Previous  1, 2
 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group