- Dec 14, 2015
-
-
93eb27ae Update version to 5.0.0-RC2. fc1d7e61 Update VTK to latest. 55761ee4 Fix build issues with VisItBridge due to VTK/Legacy updates. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !524
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
b4b4ab95 Move VTK to bring in a vtkweb fix (circular dependency in vtk protocols). Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !519
-
246b24e3 Skip OpenGL version check for old rendering backend. 6ef0a347 Adding a EnvironmentVariables.md file to document env variables. de35af0f BUG #15843: Add support to test OpenGL version. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !511
-
b2c882b7 Correct warning missing switch case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !516
-
619b9377 Add legacy methods for improved backwards compatibility. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !520
-
012bca4e fixes for depth and time 06238819 bug fixes from recent cinema merge chaos 0ffba832 bump VTK 5df7e97a revise gl1/gl2 check 5fad4fa6 fix gl1 compile and update cinema to catch gl2 luminance better a2bcd98a Merge branch 'timt/expose-luminance-pass-opengl2' into cinema-specB-export 8c97bbf1 silence openexr 3398aed1 Merge branch 'alvaro.sanchez/paraview-connectPVISublayersToWizard' into merge-in-alvaro ... Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !497
-
- Dec 13, 2015
-
-
Dave DeMarle authored
forcing a render to get valid Z buffer in all cases fixes for appending timesteps ala catalyst switched back to creating tree each timestep instead of caching saving off and restoring proxy visibility so we recreate same tree
-
Dave DeMarle authored
-
Dave DeMarle authored
gets Ken's new runtime GL1/GL2 check and Tim's revised GL2 value rendering
-
Dave DeMarle authored
can not import vtk or breaks catalyst, so rely on the new runtime check that Ken just committed to VTK
-
- Dec 11, 2015
-
-
Dave DeMarle authored
-
Dave DeMarle authored
-
Dave DeMarle authored
-
Dave DeMarle authored
Conflicts: Wrapping/Python/paraview/coprocessing.py
-
Utkarsh Ayachit authored
Adding back methods removed by 385ca16f and flagging them as deprecated to avoid build issues for custom applications.
-
Scott Wittenburg authored
-
6935cb04 Add description of commit message requirements Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !517
-
Alvaro Sanchez authored
-
Cory Quammen authored
Currently, there are no formal requirements for commit messages. This is a step toward requirements without getting too formal.
-
d202a90e Allow (again) to choose point coordinates components as X Array Name. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !515
-
Joachim Pouderoux authored
Up until 4.4 the plot char views allowed to choose a point coordinates component for the "X Array Name" - ie for the X axis of the plot. This feature was non-intentionously removed. This patch address the issue by adding the 3 point coordinates components in the vtkSMChartSeriesListDomain (the underlying domain for the property "X Array Name"). To avoid code duplication I added a new method PopulateArrayComponents() to generate the list of available array components in both Point/Cell arrays and Point array coordinates.
-
Mathieu Westphal (Kitware) authored
-
Dave DeMarle authored
-
- Dec 10, 2015
-
-
Dave DeMarle authored
How was windows compiler only one to catch the weird not != ! syntax error? vtk dataset numpy interface was causing strange runtime link problems. It ran fine from GUI but catalyst would get confused about whether to use paraview's version or paraview's vtk's version. The fix just replaces it with the older vtk dataarray numpy interface.
-
fd496f71 Fix a bug preventing paused insitu simulations from appling multiple changes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !484
-
5107ed7b Correcting a bug with incorrectly selected proxy in link 11c350e8 Correcting segfault bug when swithcing selection type 4ad4960b Correcting "Unknow Link Type" Bug 0f2aed37 Fixes and cleanup 54f93128 Bug fix: 15347 15785 2dcd8320 Adding a LinkedSelection Feature Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !424
-
03b3e705 Fix for Python Catalyst instrumented codes that are crashing on exit. Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !510
-
a922425c Add 4 new colormaps from matplot lib Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !512
-
4ee48669 Remove method deprecated in 4.4. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !513
-
b4d44ee9 Move the point gaussian representation into ParaView core. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Reviewed-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !498
-
Alvaro Sanchez authored
-
Alvaro Sanchez authored
-
T.J. Corona authored
During InSitu visualization, there was a bug that caused the connection between client and server to sever when the simulation was paused and more than one parameter was changed before clicking "apply". The problem involved multiple partially-updated state configurations being sent from the client to the server when changes were applied. This fix tethers the shipping of updated states to the "apply" gui command, ensuring that the updated state is sent from client to server only once.
-
Mathieu Westphal (Kitware) authored
Updating selected proxue is necessary chan changing link type
-
Mathieu Westphal (Kitware) authored
-
Alvaro Sanchez authored
-
Mathieu Westphal (Kitware) authored
-