removed videoscape support, a format from 1988 that nobody uses anymore.

This commit is contained in:
2007-03-13 10:00:27 +00:00
parent 56b9617ce0
commit 0745133528
8 changed files with 26 additions and 830 deletions

View File

@@ -87,7 +87,7 @@ if __name__ == '__main__':
main()
'''
new_text = Text.New('mesh_template.py')
new_text = bpy.texts.new('mesh_template.py')
new_text.write(script_data)
new_text.makeCurrent()
bpy.texts.active = new_text
Window.RedrawAll()