correct spelling error and some pep8 changes.

This commit is contained in:
2011-05-26 09:33:51 +00:00
parent ea19f15400
commit 26252bb315
10 changed files with 31 additions and 34 deletions

View File

@@ -23,7 +23,7 @@ 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
# the 'data_to' variables lists are
with bpy.data.libraries.load(filepath) as (data_from, data_to):
data_to.scenes = ["Scene"]