patch [#17856] Correction on docs for Ipo module. from Lucas Vella (lvella) + some other minor changes.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user