- 16 May, 2019 5 commits
-
-
Utkarsh Ayachit authored
Fixes #19033. The box widget needed to faithfully follow the state of UseReferenceBounds even when the ReferenceBounds were overridden. By keeping PlaceWidget bounds and ReferenceBounds separate, we can support this use-case. Also added a test for this use-case.
-
Utkarsh Ayachit authored
Box implicit function was specified using a transform relative the data bounds which were not exposed in the UI. This made it extremely tricky to specify the box using absolute position/orientation/scale parameters. Fixed that. By default, now the box is always placed using absolute values i.e. relative to a unit box anchored at origin. Added a mode that enables user to provide an explicit bounding box to use for reference instead. This will make it possible to support legacy state files.
-
Utkarsh Ayachit authored
Adding a new mode to vtkSMBoundsDomain where each the range is magnitude for the bounds in each direction separately.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
a90b21bd comp: remove unused private var in vtkViewLayout. a23a0f64 vtkSMViewLayoutProxy: respect spacing when positioning views Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3265
-
- 15 May, 2019 6 commits
-
-
Utkarsh Ayachit authored
667c6b26 toggle all column visibilities Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3270
-
Utkarsh Ayachit authored
Adding ability in the Spreadsheet view's column visibility menu to show/hide all columns. Fixes #19021.
-
Utkarsh Ayachit authored
8da606c8 stereo cleanup Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Andrew Bauer <bauer.andrew.c@gmail.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3264
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Fixes #18928. The issue was arising due to a bug in vtkSMViewLayoutProxy where it did not consider separator width when positioning views in the layout. Fixed that.
-
David authored
1fe9eeaf fix for case when there are no timesteps in cinema export cc9c72dd fixing off by one error when exporting cinema database Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3256
-
- 14 May, 2019 5 commits
-
-
Utkarsh Ayachit authored
Improve support for stereo screenshots. vtkSMViewProxy now explicitly handles the stereo left-right compositing after rendering each eye separately. This is required to support stereo captures that need tiling. Fixes #18974.
-
Utkarsh Ayachit authored
0d1f2740 moving H5PartReader to VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3257
-
David authored
-
Utkarsh Ayachit authored
fixes #19017.
-
Mathieu Westphal authored
52e8cab3 Updating VTK 064e6e92 Updating LagragianParticleTracker related plugin and example Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Max Zeyen <max.zeyen@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !3207
-
- 13 May, 2019 16 commits
-
-
Utkarsh Ayachit authored
7650215c exodus reader and restarts + state files Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3258
-
Ben Boeckel authored
5ec3a96b update-common: sync with upstream Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3266
-
Cory Quammen authored
6b336571 python trace: trace camera links Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3261
-
Ben Boeckel authored
Imported from utils/git-import-third-party commit bc75584f75ffe04863df3e710d527eba3334ba22.
-
David E. DeMarle authored
4385f3f4 scrub dots in variable names too 4cdc1086 Reenables parallel writers in parallel. 31b52f5a Always use parallel writers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Andrew Bauer <bauer.andrew.c@gmail.com> Merge-request: !3263
-
Utkarsh Ayachit authored
Avoid setting default values for filename prefix etc. for the Exodus reader. This was causing issues like the one reported in #18962 which resulted since incorrect values were getting saved for these properties. Fixed by removing the logic to init these values by default. Users can still manually specify them if needed.
-
David E. DeMarle authored
python variables for pipeline items don't have these, but they can arise for from filenames and user edits. Strip them here.
-
David E. DeMarle authored
Corresponds to d9bd44a5. Here we fix the catalyst extensions of the writer proxy definitions to have them show up again in the exporter GUI.
-
David E. DeMarle authored
Thanks to Andy's recent commit fbe0c3b4, the parallel writers are now available in serial. Thus this change takes out the way we swapped in the serial versions so that we would always have something to write with.
-
Mathieu Westphal authored
a2ad22ae A few remaining instance of named domains Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !3260
-
Cory Quammen authored
Add tracing of camera links between render views.
-
Mathieu Westphal authored
-
Mathieu Westphal authored
This update all LagrangianParticleTracker related plugin and example so they are compatible with the new mutlithreaded implementation in VTK
-
David E. DeMarle authored
4048867b fixup regression tests after Qt panel changes 0a3e359d make the export inspector panel context sensistive 635cd4fd make the per object cinema options advanced 5926302d Add scrollbars to export inspector when necessary 5df40f9b remove the Export Scene cinema image in favor of export now 9e2f5d6c Update comments for expanded role in PV 5.7. 7e62afb1 Rename CatalystExportInspector files to ExportInspector ba0cd072 Echo Export Now to File->Export Now ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3253
-
Mathieu Westphal authored
-
Mathieu Westphal authored
9fb6d76f Remove usage of GetDomain(name) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !3246
-
- 10 May, 2019 1 commit
-
-
Mathieu Westphal authored
This remove usages of GetDomain(name) and replaces them by FindDomain<class>() or FindDomain("class") in python. This also transform usages of FindDomain("class") into FindDomain<class>() This also add support for StringListDomain in python
-
- 09 May, 2019 7 commits
-
-
David E. DeMarle authored
-
David authored
-
Nicolas Vuaille authored
c9617012 re enable parallel molecule tests 48ff9017 clean vtkMoleculeRepresenation doxygen 10589c43 Add MapScalars option to the molecule represenation b0164bd0 Update information panel for graphs and molecules c034fd6c Calculator supports graphs and molecules Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2880
-
Nicolas Vuaille authored
also support VisIt
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
molecules can now be colored using RGB values from 3-components array.
-
Nicolas Vuaille authored
-