generated from stilobique/BlenderTemplate
Add basic plugin preference
This commit is contained in:
@@ -2,6 +2,7 @@ import bpy
|
||||
|
||||
from .ui import GRAOU_PT_panel
|
||||
from .ops import ExportForFange
|
||||
from .preference import GRAOU_AddonPreference
|
||||
|
||||
bl_info = {
|
||||
'name': 'Fange Pipeline',
|
||||
@@ -19,7 +20,9 @@ modules_class = [
|
||||
# Main Property
|
||||
ExportForFange,
|
||||
# UI
|
||||
GRAOU_PT_panel
|
||||
GRAOU_PT_panel,
|
||||
# Preference
|
||||
GRAOU_AddonPreference
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user