added ipo script template from blenderartists forTe, made scripts refresh on load factory settings and replaced elysiun with blenderartist.org in headers

This commit is contained in:
2008-04-23 14:04:05 +00:00
parent 3552afeef2
commit 4f49a3b906
74 changed files with 212 additions and 112 deletions

View File

@@ -70,7 +70,7 @@ if __name__ == '__main__':
main()
'''
new_text = bpy.data.texts.new('pyconstraint_template.py')
new_text = bpy.data.texts.new('metaball_template.py')
new_text.write(script_data)
bpy.data.texts.active = new_text
Window.RedrawAll()