Make the outline config ops

This commit is contained in:
2024-05-09 00:53:57 +02:00
parent 15df44a0eb
commit 6cf3d224d2
5 changed files with 48 additions and 2 deletions
+2 -1
View File
@@ -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