blender/release/scripts/io
Campbell Barton 8af525f860 bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword.
rename import to import_scene, import_anim, future import_sequence_edl, import_model etc..
2009-11-04 17:16:58 +00:00
..
netrender renamed bpy.sys to bpy.utils, since it used to be a attempt to replace pythons sys which is bundled now 2009-11-03 18:08:25 +00:00
engine_render_pov.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
export_3ds.py make python operator instances subclasses of the wmOperator when called. 2009-11-02 08:32:00 +00:00
export_fbx.py renamed bpy.sys to bpy.utils, since it used to be a attempt to replace pythons sys which is bundled now 2009-11-03 18:08:25 +00:00
export_mdd.py make python operator instances subclasses of the wmOperator when called. 2009-11-02 08:32:00 +00:00
export_obj.py renamed bpy.sys to bpy.utils, since it used to be a attempt to replace pythons sys which is bundled now 2009-11-03 18:08:25 +00:00
export_ply.py make python operator instances subclasses of the wmOperator when called. 2009-11-02 08:32:00 +00:00
export_x3d.py make python operator instances subclasses of the wmOperator when called. 2009-11-02 08:32:00 +00:00
import_anim_bvh.py bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword. 2009-11-04 17:16:58 +00:00
import_scene_3ds.py bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword. 2009-11-04 17:16:58 +00:00
import_scene_obj.py bpy.ops.import.obj("somepath") is invalid syntax because import is a keyword. 2009-11-04 17:16:58 +00:00