blender/release/scripts/modules
Campbell Barton 08c9ecb3b0 RNA/Py API
change how data is added. eg.
 bpy.data.add_mesh(name) --> bpy.data.meshes.new(name)
 bpy.data.remove_lamp(lamp) --> bpy.data.lamps.remove(lamp)


image and texture stil use add_* funcs
2010-01-09 23:44:01 +00:00
..
bpy new python submodule. eg. 2010-01-02 23:14:01 +00:00
console add pep8 headers so these scripts spit out errors when running pep8. 2009-12-13 14:38:30 +00:00
rigify RNA/Py API 2010-01-09 23:44:01 +00:00
bpy_types.py object.group_users, object.scene_users 2010-01-04 15:37:22 +00:00
graphviz_export.py * rename 'rna_path' --> 'data_path', rna and dna are for internal use and are not descriptive. 2009-12-10 22:23:09 +00:00
retopo.py RNA/Py API 2010-01-09 23:44:01 +00:00
rigify_utils.py Durian Request: Drivers Recode 2010-01-04 21:15:45 +00:00
rna_info.py sphinx support for documenting multiple return values 2010-01-02 18:55:07 +00:00
rna_prop_ui.py custom properties panels for most ID types. use subclassing to keep panel UI definitions minimal 2010-01-08 08:54:41 +00:00