Hiding create_bed prop
For now
This commit is contained in:
@@ -38,7 +38,8 @@ class ADMWaveExport(Operator, ExportHelper):
|
||||
create_bed: BoolProperty(
|
||||
name="Create 7.1 Bed",
|
||||
description="Create a bed for all sounds not included on object tracks",
|
||||
default=False
|
||||
default=False,
|
||||
options={'HIDDEN'}
|
||||
)
|
||||
|
||||
def execute(self, context):
|
||||
|
||||
Reference in New Issue
Block a user