This commit is contained in:
Swann
2019-02-07 17:34:28 +01:00
parent 3a3dd44a22
commit e61b4e18e8
8 changed files with 0 additions and 267 deletions

View File

@ -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