blender/release/scripts/io
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
..
netrender netrender: refactor thumbnail generation code. New option to generate the thumbnail on the slaves (per slave option, default off). Missing thumbnails are still generated on demand by the master. 2010-01-09 18:21:27 +00:00
engine_render_pov.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_3ds.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_fbx.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_mdd.py pep8 edits, removed MakeCursor.py and rna_array.py, not important to make pep8 2009-12-26 09:36:50 +00:00
export_obj.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_ply.py RNA/Py API 2010-01-09 23:44:01 +00:00
export_x3d.py RNA/Py API 2010-01-09 23:44:01 +00:00
import_anim_bvh.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00
import_scene_3ds.py RNA/Py API 2010-01-09 23:44:01 +00:00
import_scene_obj.py RNA/Py API 2010-01-09 23:44:01 +00:00