subtype support for properties in bpy.props.
This commit is contained in:
@@ -897,7 +897,7 @@ class ExportOBJ(bpy.types.Operator):
|
||||
# to the class instance from the operator settings before calling.
|
||||
|
||||
path = StringProperty(name="File Path", description="File path used for exporting the OBJ file", maxlen= 1024, default= "")
|
||||
check_existing = BoolProperty(name="Check Existing", description="Check and warn on overwriting existing files", default=True, hidden=True)
|
||||
check_existing = BoolProperty(name="Check Existing", description="Check and warn on overwriting existing files", default=True, options={'HIDDEN'})
|
||||
|
||||
# context group
|
||||
use_selection = BoolProperty(name="Selection Only", description="", default= False)
|
||||
|
Reference in New Issue
Block a user