Cleanup: pep8, spelling

This commit is contained in:
Campbell Barton
2015-04-22 16:26:00 +10:00
parent 4da050674e
commit e6ceecdf97
19 changed files with 37 additions and 36 deletions

View File

@@ -2,12 +2,13 @@ bl_info = {
"name": "New Object",
"author": "Your Name Here",
"version": (1, 0),
"blender": (2, 65, 0),
"blender": (2, 75, 0),
"location": "View3D > Add > Mesh > New Object",
"description": "Adds a new Mesh Object",
"warning": "",
"wiki_url": "",
"category": "Add Mesh"}
"category": "Add Mesh",
}
import bpy