[Paraview-developers] File extension in filters
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Sat May 25 12:17:04 EDT 2013
There isn't a mechanism for that yet. We should add a "hint" fo the
property itself to enable providing an extension. Feel free to add a
feature request to the bug-tracker (http://paraview.org/Bug).
Utkarsh
On Fri, May 24, 2013 at 6:11 PM, noro shinpei <noro_shinpei at web.de> wrote:
> Hi,
>
> is there an opportunity to spcify the extension of a file in a filter?
> <ServerManagerConfiguration>
> <ProxyGroup name="filters">
> <StringVectorProperty
> name="SettingsFilePath"
> animateable="0"
> command="SetSettingsFilePath"
> number_of_elements="1"
> label="File">
> <FileListDomain name="files" />
> </StringVectorProperty>
> </SourceProxy>
> </ProxyGroup>
> </ServerManagerConfiguration>
>
> I tried to use
> <Hints>
> <ReaderFactory extensions="xml" file_description="XML" />
> </Hints>
> like a reader, but it didn't work.
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
More information about the Paraview-developers
mailing list