generated from stilobique/BlenderTemplate
Make a very basic plugin setup
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import bpy
|
||||
|
||||
from .ui import GRAOU_PT_panel
|
||||
from .ops import ExportForFange
|
||||
|
||||
bl_info = {
|
||||
'name': 'Fange Pipeline',
|
||||
'description': 'Pipeline about the game project "Fange"',
|
||||
@@ -14,6 +17,9 @@ bl_info = {
|
||||
|
||||
modules_class = [
|
||||
# Main Property
|
||||
ExportForFange,
|
||||
# UI
|
||||
GRAOU_PT_panel
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user