Skip to content
Snippets Groups Projects
Commit b94d6231 authored by Yumin Yuan's avatar Yumin Yuan
Browse files

Add supported file extensions in AddAuxiliaryGeom op spec

parent ec06afb8
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@
scene as if they were a single file.
</DetailedDescription>
<ItemDefinitions>
<File Name="url" Optional="true" NumberOfRequiredValues="1" IsEnabledByDefault="true" ShouldExist="true">
<File Name="url" Optional="true" NumberOfRequiredValues="1" IsEnabledByDefault="true" ShouldExist="true"
FileFilters="Image files (*.tif *.tiff *.dem);;VTK data (*.vti *.vtp *.vtu *.vtm);;Object files (*.obj);;All files (*.*)">>
<BriefDescription>The file containing the auxiliary scene geometry.</BriefDescription>
</File>
<String Name="type" NumberOfRequiredValues="1" AdvanceLevel="1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment