- 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.
-
- May 29, 2009
-
-
Utkarsh Ayachit authored
magnitudes when computing scale factor? We just needed to consider the maximum value. This was resulting in humungous scale factors when differences between vector values were small. Fixed that.
-
Utkarsh Ayachit authored
This was resulting in "Warning: ProgrammableFilter is being overwritten. This may point to an issue in the ParaView configuration files" error causing dasboard issues due to duplicate proxy names after name-cleanup for python. Fixed that.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
ENH:vtkOpenGLProperty: override AddShaderVariable() from superclass, replace Shader2Collection by PropProgram, vtkUniformVariables: added SetUniformfv(), RemoveAllUniforms() and Merge(). External contribution with clean-up and bug fixes.
-
Utkarsh Ayachit authored
since they already use the server attribute when state file is saved. Changing the configuration attribute to processes instead of servers.
-
Utkarsh Ayachit authored
This makes it possible to use proxies such as PiecewiseFunction in python without worrying about setting the servers flag correctly.
-
Utkarsh Ayachit authored
STYLE: Use a blue border for the active view rather than a red one. The blue is easier to see for most color-blind persons.
-
Utkarsh Ayachit authored
widget for saving screenshot. Hence swicthing to non-openGL mode temporarily when saving screenshots.
-
Utkarsh Ayachit authored
-
- May 28, 2009
-
-
Utkarsh Ayachit authored
-
- May 25, 2009
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
wrong proxies in Python. ENH: Added check for label clashes to avoid future problems.
-
Utkarsh Ayachit authored
Made multiple enhancements to server manager and Python modules to make Python API nicer.
-
- May 22, 2009
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-