Skip to content
Snippets Groups Projects
Commit 70844653 authored by Dalai Felinto's avatar Dalai Felinto
Browse files

Templates: Remove bl_info from addon_add_object

parent c5023681
Branches
Tags
No related merge requests found
bl_info = { # To make this add-on installable, create an extension with it:
"name": "New Object", # https://docs.blender.org/manual/en/latest/advanced/extensions/getting_started.html
"author": "Your Name Here",
"version": (1, 0),
"blender": (2, 80, 0),
"location": "View3D > Add > Mesh > New Object",
"description": "Adds a new Mesh Object",
"warning": "",
"doc_url": "",
"category": "Add Mesh",
}
import bpy import bpy
from bpy.types import Operator from bpy.types import Operator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment