picky style edits with screen/view/drawing, also remove own bad example doc.

This commit is contained in:
Campbell Barton
2011-08-25 15:49:52 +00:00
parent b44a82f3c4
commit b7eac1edcf
10 changed files with 48 additions and 79 deletions

View File

@@ -23,11 +23,6 @@ with bpy.data.libraries.load(filepath) as (data_from, data_to):
setattr(data_to, attr, getattr(data_from, attr))
# the 'data_to' variables lists are
with bpy.data.libraries.load(filepath) as (data_from, data_to):
data_to.scenes = ["Scene"]
# the loaded objects can be accessed from 'data_to' outside of the context
# since loading the data replaces the strings for the datablocks or None
# if the datablock could not be loaded.