- Jul 26, 2017
-
-
Cory Quammen authored
-
Fixes #17623.
-
- Jul 25, 2017
-
-
Cory Quammen authored
-
Cory Quammen authored
The test does not work property on Macs connected to hi-resolution displays, so for now it is disabled on Apple.
-
Cory Quammen authored
The tile scale is applied when computing the size of the reference charactor, and gets applied again in vtkAxis. Divide by the tile scale here to avoid redundant (and incorrect) scaling of the tick marks.
-
Cory Quammen authored
The scaling of the color legend length was redundantly being applied in vtkContext2DScalarBarActor::PaintAxis(), leading to color legends that were too large by exactly that tile scale factor. Removing the redundant scaling fixes the problem.
-
Cory Quammen authored
The tileScale variable was not being used.
-
If the filename in the state file doesn't have a full path but only contains the file name, loading the state file with 'Search files under specified directory' mode would fail. This change allows it to handle this case.
-
- Jul 24, 2017
-
-
Cory Quammen authored
-
Cory Quammen authored
-
Client side enumeration property widget is designed to handle the mapping between enum text and numeric value. So in the case of these properties, we can set the property data 'value' to the numeric value rather than the displayed label value. This solves a property dependency issue reported on the ParaViewWeb issues list, without affecting anything else. https://github.com/Kitware/paraviewweb/issues/376
-
Updating code to use `vtkMTimeType` instead. This commit modifies classes that were not in ParaView 5.4.0. Those have been removed in this commit.
-
Using `vtkMTimeStamp` instead of `unsigned long` for timestamps. This was causing overflows on Windows causing vtkPVDataDeliveryManager logic to get confused on long running animations for windows.
-
-
vtkFileSeriesHelper was not correctly handling a time request for a time greater than last timestep. Fixed that.
-
Cory Quammen authored
-
Cory Quammen authored
In the past, we avoided updating the view during InteractiveRenders to improve performance. These days, the view keeps track of whether anything needs to be updated and Update() returns immediately if no updating is necessary, hence we can call it within InteractiveRender() and it causes no degredation in the interactivity.
-
-
Update logic to correctly read all solution nodes for each centering type when FlowSolutionPointers are missing. Fixes #17586.
-
vtkSMSaveAnimationProxy after have computed a size suitable for AVI forgot to set it back on the property. Fixed that. Fixes #17528 together with 8c52eb6f.
-
Addresses #17528.
-
-
- Jun 05, 2017
-
-
Cory Quammen authored
-
Now, if a zone has a family name that's not described on the base, for example, we don't end up skipping the zone entirely.
-
Cory Quammen authored
This resolves a segmentation fault that can occur if an InteractiveRender is issued prior to the view being updated.
-
Cory Quammen authored
-
Cory Quammen authored
These were accidentally introduced when updating the state files for the new color legend. Replace the hard-coded paths with $PARAVIEW_EXAMPLES_DATA.
-
- May 24, 2017
-
-
Cory Quammen authored
-
675c115b Add vtkSMIntVectorProperty SetStatus support in vtkSMPropertyHelper class Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1671
-
Haocheng LIU authored
Add SetStatus support so that now developers can use vtkSMPropertyHelper to set status for vtkSMIntVectorProperty.
-
9e0c96cb Fix catalyst editions 754122fb Remove unnecessary "UnstructuredGridBaseRepresentation" a30c0a15 Add option to disable use of floating point buffers. 687870bc Update VTK. Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !1673
-
- May 23, 2017
-
-
Utkarsh Ayachit authored
Add required classes due to changes in VTK.
-
6c6e7cc7 Updated baselines for color legend updates a2012c0b Move some objects forward to prevent z-fighting 7f885eb4 Fix title placement when axis isn't visible 80f6c75c Label, tick, and title placement improvements 69073927 Simplify how color legend bounding rect is computed 36c791f3 Add method to retrieve bounding rectangle of scalar bar dec2332d Add static member function to compute bounding rect of context item b9574579 Change default color bar thickness to 16 Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1670
-
Utkarsh Ayachit authored
The proxy was added only to handle a different input type than the already existing "UnstructuredGridRepresentation". That's not needed. It's easy to add multiple dataset types for input. Hence deprecated the "UnstructuredGridBaseRepresentation" proxy and extended "UnstructuredGridRepresentation" to handle "vtkUnstructuredGridBase" input.
-
Utkarsh Ayachit authored
Workaround for #17303. We expose an option "UseFloatingPointFrameBuffer" that can be unchecked if people encounter issues on certain ATI macs due to potential driver bugs.
-
Utkarsh Ayachit authored
Bring in volume mapper progress bar fixes (among others).
-
27bb24e2 Fix typo in return type Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1674
-
Cory Quammen authored
-
Shawn Waldon authored
-