cleanup
This commit is contained in:
20
__init__.py
20
__init__.py
@ -1,20 +0,0 @@
|
||||
import bpy
|
||||
bl_info = {
|
||||
"name": "Sprite preview",
|
||||
"author": "Cube Animation",
|
||||
"version": (1, 0),
|
||||
"blender": (2, 80, 0),
|
||||
"location": "Properties > Object > Sprite Components",
|
||||
"description": "Manage sprite components in blender",
|
||||
"warning": "",
|
||||
"wiki_url": "",
|
||||
"category": "Cube Animation",
|
||||
}
|
||||
|
||||
|
||||
def register():
|
||||
pass
|
||||
|
||||
|
||||
def unregister():
|
||||
pass
|
Reference in New Issue
Block a user