Module Bpy
[hide private]
[frames] | no frames]

Source Code for Module Bpy

 1  # bpy module and the bpy PyType object 
 2   
 3  """ 
 4  The bpy module. 
 5   
 6  bpy 
 7  === 
 8   
 9          ATTENTION:  This module is EXPERIMENTAL. 
10          Features documented here are subject to change. 
11   
12          The bpy module is intended as a replacement for the Blender module. 
13          It will eventually provide the same features and functionality. 
14   
15          This module uses a different model for the way data is accessed, added and removed.  The various types such as groups, meshes, etc., are unchanged. 
16   
17          At the moment it provides an alternative way to access data from python. 
18   
19          Submodules: 
20          ----------- 
21                  - L{data<Bpy_data>} 
22                  - L{libraries<LibData.Libraries>} 
23                  - L{config<Bpy_config>} 
24  """ 
25