Templates: Remove bl_info from addon_add_object

This commit is contained in:
Dalai Felinto
2024-07-30 16:44:12 +02:00
parent c502368141
commit 7084465393

View File

@@ -1,15 +1,5 @@
bl_info = {
"name": "New Object",
"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",
}
# To make this add-on installable, create an extension with it:
# https://docs.blender.org/manual/en/latest/advanced/extensions/getting_started.html
import bpy
from bpy.types import Operator