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
+1 -1
View File
@@ -17,7 +17,7 @@ class GRAOU_AddonPreference(bpy.types.AddonPreferences):
"""
Configuration about the Fange pipeline
"""
bl_idname = __package__.split('.')[0]
bl_idname = __package__.split(".")[0]
project_path: bpy.props.StringProperty(
name='Fange Unity project',