[Bf-funboard] Python API

joeedh joeeagar at prodigy.net
Wed Sep 15 13:08:57 CEST 2004


Vania Smrkovski wrote:

>I was looking through the CVS for the Blender project trying to find where the 
>Blender module was defined.  I found some .c files which defined the API to 
>the objects, and I am presuming that there is nothing further.
>
>But we deliberately import Blender, from Blender, import Draw, and so 
>forth....
>
>Is there an actual Python file for these packages/modules?  Or is there a way 
>to obtain a pseudo Python file, one that would exist if it wasn't otherwise 
>defined in C code?
>  
>
You could try Blender's epydoc files. . .there just normal Python 
modules with the skeleton of Blender's Python API in them and their 
associated documentation strings.  They're in 
source/blender/python/api2_2x/doc.

joeedh



More information about the Bf-funboard mailing list