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
-1
View File
@@ -12,7 +12,6 @@ class ExportForFange(bpy.types.Operator):
def __init__(self):
self.coll_layout = bpy.data.collections.get('Placeholder')
self.path = FangeProject()
self.fbx_preset = 'sm-unity-building'
@classmethod
def poll(cls, context):