- Jul 08, 2009
-
-
Utkarsh Ayachit authored
programmable filter.
-
Utkarsh Ayachit authored
-
- Jul 02, 2009
-
-
Dave Partyka authored
-
Dave Partyka authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
configure, make, sequence.
-
- Jul 01, 2009
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
- Jun 30, 2009
-
-
Utkarsh Ayachit authored
COMP: Committing Dave Cole's patch from CVS head to fix mac install rules.
-
- Jun 23, 2009
-
-
Utkarsh Ayachit authored
-
- Jun 17, 2009
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
The probe filter was not asking the whole extent properly, causing serious problems when input was structured. Furthermore, it was not using the right extent translator. Since it cannot work on distributed input, it should use a one piece extent translator.
-
- Jun 16, 2009
-
-
Utkarsh Ayachit authored
representations were deleted after point sprite plugin was loaded.
-
- Jun 15, 2009
-
-
Utkarsh Ayachit authored
-
- Jun 17, 2009
-
-
Utkarsh Ayachit authored
-
- Jun 15, 2009
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
variable. BUG: Fixing python pointer sscanf to use %p so that it works reliably on 64 bit windows machines.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
result, there were unexpected side effects casuing the pqClientObjectPanelPlugin test to fail due to partial loading of the point sprite plugin. Fixed that.
-
Utkarsh Ayachit authored
Biddiscombe (CSCS), Ugo Varetto (CSCS), Stephane Ploix (EDF) with style and warning fixes.
-
- Jun 12, 2009
-
-
Utkarsh Ayachit authored
the axis labels explicitly since VTK charts don't support that yet.
-
Utkarsh Ayachit authored
enabled. Useful for some dashboards machines.
-
Utkarsh Ayachit authored
-
- Jun 11, 2009
-
-
Utkarsh Ayachit authored
fixed that.
-
Utkarsh Ayachit authored
correctly. It was simply assuming that all blocks had the same number of arrays. However, sometimes that's not the case and that's when the filter would end up accessing invalid arrays and run into all sorts of issues. Now vtkIntegrateAttributes takes an intersection of the arrays available for non-trivial datasets in the composite dataset.
-
Utkarsh Ayachit authored
running indefinitely when the number of timesteps provided by input were 0, and the user had enabled WriteAllTimesteps. Fixed that.
-
- Jun 10, 2009
-
-
Utkarsh Ayachit authored
temporary solution for the 3.6 release.
-
Utkarsh Ayachit authored
files. Original Commit Log------- Now, the AmbientColor is changed when the representation type is set to Wireframe/Outline/Points. Otherwise the the DiffuseColor is set using the GUI. AmbientColor is linked to Foreground Color while DiffuseColor is linked to SurfaceColor. This implies that when user changes representation type from surface to wireframe, there may be a color change, but that's a side effect we have to live with with make the palettes behave correctly for non-shaded and shaded geometry.
-
Utkarsh Ayachit authored
representation type is set to Wireframe/Outline/Points. Otherwise the the DiffuseColor is set using the GUI. AmbientColor is linked to Foreground Color while DiffuseColor is linked to SurfaceColor. This implies that when user changes representation type from surface to wireframe, there may be a color change, but that's a side effect we have to live with with make the palettes behave correctly for non-shaded and shaded geometry.
-
- Jun 04, 2009
-
-
Utkarsh Ayachit authored
ResetCamera(), since UpdateAllRepresentations() results in delivering the data to rendering nodes as well. All we want is for the pipeline to be updated until enough information about the bounds can be known. That's already done by vtkSMRepresentationProxy::GetBounds(). So we don't need to call update on representations explicitly here. vtkSMRepresentationProxy has the fancy API to update the pipelines without actually delivering the data anywhere. This gets used when GetBounds() is called.
-
- Jun 03, 2009
-
-
Utkarsh Ayachit authored
fixing surface with edges. Ken's original changes to fix Z-shift were accidentally removed, adding those back in.
-
- Jun 02, 2009
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
BUG: RegisterProxy() should not crash when a NULL is passed.
-
Utkarsh Ayachit authored
-
- Jun 01, 2009
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
to animate it. Fixed that.
-