patch [#17856] Correction on docs for Ipo module. from Lucas Vella (lvella) + some other minor changes.

This commit is contained in:
2008-10-18 13:33:27 +00:00
parent 03d5780b76
commit e96a5bd05b
3 changed files with 28 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ def main():
main()
'''
new_text = bpy.data.texts.new('gamelogic_example.py')
new_text = bpy.data.texts.new('gamelogic_simple.py')
new_text.write(script_data)
bpy.data.texts.active = new_text
Window.RedrawAll()