blender/release/scripts/io
Brecht Van Lommel 9498121463 Object API changes so these functions now require a scene as first argument:
create_mesh, create_dupli_list, make_display_list and is_visible.

This is done in order to make these context independent as the RNA API should
be as much as possible, and to fix #21297 and #21719, where there was an
assumption from these functions that there is a scene in the context, which
does not work for external render engines exporting in a separate thread.

Also avoided using context in a number of other functions, ideally only UI/WM
type functions should use context.

I've updated the scripts in trunk, but the addons and external ones in
development will need updates too.
2010-04-06 01:28:39 +00:00
..
netrender rna naming, *_frame --> frame_* 2010-04-01 21:44:56 +00:00
engine_render_pov.py Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
export_3ds.py Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
export_fbx.py Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
export_mdd.py Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
export_obj.py Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
export_ply.py Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
export_x3d.py Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
import_anim_bvh.py rna naming, *_frame --> frame_* 2010-04-01 21:44:56 +00:00
import_scene_3ds.py svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r27895:27901; svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r27902:27907, skipping 27902 2010-03-31 20:39:08 +00:00
import_scene_obj.py Patch #21892 by Ruslan M (luciofulci): Removing 16 materials per mesh 2010-04-03 05:20:58 +00:00
import_shape_mdd.py pep8 cleanup 2010-04-04 14:52:15 +00:00