- 14 Jan, 2019 2 commits
-
-
David E. DeMarle authored
fix export of non time varying data See merge request cinema/cinema_python!124
-
David E. DeMarle authored
-
- 03 Oct, 2018 4 commits
-
-
b99e9583 correct the phi theta center of rotation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !123
-
David E. DeMarle authored
original calculation was wrong
-
b86414fa Revert "Use full precision instead of format strings for times" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !122
-
David E. DeMarle authored
This reverts commit 472f6c21. The export scene path needs to be changed to use full precision and the ParaView importer needs to be changed to read databases with string or full precision times.
-
- 02 Oct, 2018 2 commits
-
-
472f6c21 Use full precision instead of format strings for times Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !121
-
David E. DeMarle authored
With corresponding change in the ParaView level caller, this eliminates this Catalyst warning: vtkPVTrivialProducer (0x51724d0): Requesting time 9.6 but only 9.6 is available and the values in the parameter are now as exact as they can be in text form. Note also that the filenames are changed in spec A output. As I recall the formatting was done for the original javascript viewer client which couldn't handle precise numbers or perhaps filenames. No one is actively using or developing that project anymore so this change is fine.
-
- 28 Sep, 2018 1 commit
-
-
d5e8848f Write camera metadata for each timestep 1dc8dd91 Fix timesteps values reading Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !119
-
- 23 May, 2018 2 commits
-
-
Nicolas Vuaille authored
* cinemareader.py expects one camera metadata per timestep (cf line 353) * exporting with catalyst does not provide it as the animation scene has no timestepValues. So manually duplicate camera metadata.
-
Nicolas Vuaille authored
* When exporting from PV, Time values are stored as string in scientific format. When reading back, values are sorted as char and not as numerical values, so it breaks the mapping with timestep.
-
- 07 May, 2018 2 commits
-
-
0f0191ee use the new asynch writer in VTK to speed up writes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !118
-
Patricia Fasel authored
We see close to 2x speed up in ParaView with this. Before writing superquadric took about 26 seconds, now it takes about 13.
-
- 11 Apr, 2018 1 commit
-
-
4748922f Improve A export when focal point is not center of rotation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !117
-
- 10 Apr, 2018 1 commit
-
-
David E. DeMarle authored
Part of ParaView bug #18042
-
- 19 Jan, 2018 2 commits
-
-
David E. DeMarle authored
ok actually fix the bug this time See merge request cinema/cinema_python!116
-
David E. DeMarle authored
-
- 12 Jan, 2018 2 commits
-
-
4d8ce998 avoid wildcard chars in filenames Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !115
-
David E. DeMarle authored
A windows paraview user ran into trouble exporting a file series. For those the pipeline browser appends an asterisk to the base filename. File writes then fail. The simplest solution is to strip the wildcards.
-
- 10 Jan, 2018 2 commits
-
-
David E. DeMarle authored
only insert newlines in string version of results See merge request cinema/cinema_python!114
-
David E. DeMarle authored
-
- 09 Jan, 2018 2 commits
-
-
David E. DeMarle authored
add an example of how to convert to spec D See merge request cinema/cinema_python!113
-
David E. DeMarle authored
-
- 04 Jul, 2017 2 commits
-
-
4caddee2 Modify paraview adaptors to read specA 7ca34c86 write human-friendly json Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !112
-
Nicolas Vuaille authored
only one pipeline element, named "Cinema" recreates camera from phi-theta (if exists) expose all param in "Cinema" object sort control values spec A and C : fill query with default for missing params
-
- 30 Jun, 2017 1 commit
-
-
Nicolas Vuaille authored
-
- 29 Mar, 2017 1 commit
-
-
David E DeMarle authored
Write image in wb mode See merge request !111
-
- 27 Mar, 2017 2 commits
-
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
-
- 22 Feb, 2017 2 commits
-
-
David E. DeMarle authored
-
David E DeMarle authored
Copying hooks and CONTRIBUTING.md from qt-viewer. See merge request !108
-
- 21 Feb, 2017 3 commits
-
-
2baa8b28 Reading image files in mode 'rb'. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !109
-
Alvaro Sanchez authored
This is necessary for Python on Windows which makes a distinction between text and binary files.
-
Chet Nieter authored
Copying the pre-commit hook script, git attribute file for flake8 merge check and new CONTRIBUTING.md from qt-viewer. Small changes were made to CONTRIBUTING.md so the repo references match.
-
- 20 Feb, 2017 6 commits
-
-
David E DeMarle authored
let user choose from among available arrays, and colors See merge request !107
-
David E. DeMarle authored
todo: should be a dropdown menu
-
David E DeMarle authored
make play buttons restart See merge request !106
-
David E. DeMarle authored
-
David E DeMarle authored
add in play button an combo selection See merge request !105
-
David E. DeMarle authored
combo selection is important for C, where you need it to show more than one object at the same time.
-