- Jan 04, 2010
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- Dec 31, 2009
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- Dec 30, 2009
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
ENH: fix escaping of variables in visit config so that they are not expanded when the config is written out.
-
- Dec 29, 2009
-
-
Dave Partyka authored
ENH: fix script to not always rebuild paraview (temporary?). Fixed script to properly find its conf file.
-
Dave Partyka authored
ENH: fix logic in checking if netcdf is build. Add more complete messages. Fix silo hdf5 configure line.
-
Dave Partyka authored
-
Dave Partyka authored
-
- Dec 17, 2009
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- Dec 02, 2009
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
- Dec 01, 2009
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
Dave Partyka authored
-
- Nov 20, 2009
-
-
Dave Partyka authored
-
- Nov 06, 2009
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- Oct 05, 2009
-
-
Utkarsh Ayachit authored
disabling the filters for composite datasets for time being (only on the 3.6 branch).
-
Utkarsh Ayachit authored
3.6 branch.
-
- Oct 04, 2009
-
-
Utkarsh Ayachit authored
incorrectly updated ParaViewPlugins.cmake file which was causing the issue (not the incorrect name).
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
We export this target with export(TARGETS) when building for the host platform to make the tool available for cross-compiling. However, we should not export the target before specifying all its link libraries. In this case it does not really matter, but this change makes it consistent with all other export(TARGETS) calls in ParaView.
-
- Oct 02, 2009
-
-
Utkarsh Ayachit authored
existing files for the previously chosen extension. This was happening since the filter wasn't really getting changed as a consequence of calling pqFileDialog::setRecentlyUsedExtension. Fixed that.
-
- Oct 01, 2009
-
-
Utkarsh Ayachit authored
breaking the link with the color palette when the user explicitly changed the color. Hence when screen shot was saved, it would restore the color to that what was set by the palette. Fixed by making the render view options dialog use the correct color button which allows the user to choose standard color links to custom color.
-
Utkarsh Ayachit authored
does not have any standard extension, for now, associating *.particles with this reader.
-
Utkarsh Ayachit authored
defined. So using the PLUGIN_NAME to configure this file correctly. None of the plugins were loading otherwise.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
properties for a string-list-domain.
-
Utkarsh Ayachit authored
substitution was specified in one argument. (BUG #8410).
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
remove partial array but instead fill them up with NaNs (or 0) for locations where those arrays are not present. Default behavior remains unchanged. One has to turn on a flag for this new behavior to come into play (defaults to ON in ParaView). ENH: Added API to vtkDataSetAttributes::FieldList to build a union list of array. Taking union and intersection on the same instance of FieldList is not supported.
-