subtype support for properties in bpy.props.
This commit is contained in:
@@ -31,7 +31,7 @@ class ExportUVLayout(bpy.types.Operator):
|
||||
bl_undo = True
|
||||
|
||||
path = StringProperty(name="File Path", description="File path used for exporting the SVG 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'})
|
||||
only_selected = BoolProperty(name="Only Selected", description="Export Only the selected UVs", default=False)
|
||||
|
||||
def poll(self, context):
|
||||
|
||||
Reference in New Issue
Block a user