generated from stilobique/BlenderTemplate
Make the outline config ops
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import bpy
|
||||
|
||||
from .ui import GRAOU_PT_panel
|
||||
from .operators.outline import ConfigBlendScene
|
||||
from .ops import ExportForFange, MakeBasicCollision
|
||||
from .preference import GRAOU_AddonPreference
|
||||
|
||||
@@ -18,7 +19,7 @@ bl_info = {
|
||||
|
||||
modules_class = [
|
||||
# Main Property
|
||||
ExportForFange, MakeBasicCollision,
|
||||
ExportForFange, MakeBasicCollision, ConfigBlendScene,
|
||||
# UI
|
||||
GRAOU_PT_panel,
|
||||
# Preference
|
||||
|
||||
Reference in New Issue
Block a user