Add basic setup to generate collision mesh

This commit is contained in:
2024-05-09 00:25:15 +02:00
parent 649b19a33d
commit 15df44a0eb
4 changed files with 18 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import bpy
from .ui import GRAOU_PT_panel
from .ops import ExportForFange
from .ops import ExportForFange, MakeBasicCollision
from .preference import GRAOU_AddonPreference
bl_info = {
@@ -18,7 +18,7 @@ bl_info = {
modules_class = [
# Main Property
ExportForFange,
ExportForFange, MakeBasicCollision,
# UI
GRAOU_PT_panel,
# Preference