blender/release/scripts
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
..
io Object API changes so these functions now require a scene as first argument: 2010-04-06 01:28:39 +00:00
keyingsets Animation fixup squad to the rescue! 2010-04-04 22:13:57 +00:00
modules pep8 cleanup 2010-04-04 14:52:15 +00:00
op pep8 cleanup 2010-04-04 14:52:15 +00:00
presets Fix [#21351] PROPERTIES: Resolution changes based solely on changing 2010-03-13 00:17:52 +00:00
templates pep8 cleanup 2010-03-06 01:40:29 +00:00
ui Fix #21383: appending a group would also instance it by default, which 2010-04-06 01:16:39 +00:00