* Replace some more Blender 2.5x with Blender 2.6x and some code cleanup.

This commit is contained in:
2012-04-07 18:39:29 +00:00
parent c60e7cd67b
commit fd37970b80
4 changed files with 4 additions and 7 deletions

View File

@@ -306,9 +306,6 @@ def banner(context):
add_scrollback("Convenience Imports: from mathutils import *; "
"from math import *", 'OUTPUT')
add_scrollback("", 'OUTPUT')
# add_scrollback(" WARNING!!! Blender 2.5 API is subject to change, "
# "see API reference for more info", 'ERROR')
# add_scrollback("", 'OUTPUT')
sc.prompt = PROMPT
return {'FINISHED'}