Merged changes in the trunk up to revision 43038.

Conflicts resolved:
source/blender/makesdna/DNA_material_types.h
source/blenderplayer/bad_level_call_stubs/stubs.c
This commit is contained in:
2011-12-31 21:09:26 +00:00
273 changed files with 22999 additions and 10038 deletions

View File

@@ -76,6 +76,7 @@ class AddPresetBase():
if hasattr(self, "add"):
self.add(context, filepath)
else:
print("Writing Preset: %r" % filepath)
file_preset = open(filepath, 'w')
file_preset.write("import bpy\n")