blender/release/scripts/io
Campbell Barton 51943096a9 bugfix [#19804] .MDD is not working?? // Also filetype issue?
- made all exporters default to the blend filename with the extension replaced
- MDD's poll function now checks for an active mesh
- multiline docstrings are written as multiline docs when generating epydocs
2009-11-04 18:35:32 +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 bugfix [#19804] .MDD is not working?? // Also filetype issue? 2009-11-04 18:35:32 +00:00
export_fbx.py bugfix [#19804] .MDD is not working?? // Also filetype issue? 2009-11-04 18:35:32 +00:00
export_mdd.py bugfix [#19804] .MDD is not working?? // Also filetype issue? 2009-11-04 18:35:32 +00:00
export_obj.py bugfix [#19804] .MDD is not working?? // Also filetype issue? 2009-11-04 18:35:32 +00:00
export_ply.py bugfix [#19804] .MDD is not working?? // Also filetype issue? 2009-11-04 18:35:32 +00:00
export_x3d.py bugfix [#19804] .MDD is not working?? // Also filetype issue? 2009-11-04 18:35:32 +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