- 30 Nov, 2017 9 commits
-
-
Ben Boeckel authored
The wrappers get syntax errors.
-
Ben Boeckel authored
The wrappers don't support this syntax.
-
e88e1a4c Support Python with frozen modules. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3646
-
Utkarsh Ayachit authored
When using frozen python, vtkPythonInterpreter now skips updating paths using landmarks. Since frozen python is used in scenarios where we don't want to avoid disk accesses, this address that issue. Users are required to setup PYTHONHOME, PYTHONPATH explicitly, if needed when using frozen Python modules.
-
d9627592 Port the TestQtSwapWindows test to use modern QVTKOpenGLWidget 03168839 Create a default render window for the QVTKOpenGLWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3643
-
9eba3269 add an executable to do opengl detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3634
-
d1bc40f6 Clear all custom shader code in clear shader API Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !3645
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
This change brings back QVTKWidget behavior of instantiating a default render window to QVTKOpenGLWidget. This avoids applications having to explicitly instantiate a vtkGenericOpenGLRenderWindow for the widget. Update header documentation to denote creation in Get method
-
- 29 Nov, 2017 11 commits
-
-
83bc3bc3 wrapping: remove support for SIP wrapping Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3631
-
Sankhesh Jhaveri authored
This change ensures that all shader customizations including whole shader replacements are cleared when the clear methods are called.
-
Ben Boeckel authored
It has not been tested since VTK 5 and is not likely working anyways. Fixes #17186.
-
85309b69 Fix MSVC warning C4512 in KdTree and D3 classes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3640
-
52207e5d vtkPythonInteractiveInterpreter: remove const casting 58d92513 Merge branch 'upstream-utf8' into HEAD 503e86c9 utf8 2017-11-22 (e8de6037) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !3588
-
d8858b07 wrapping: use WRAP_EXCLUDE_PYTHON for the hierarchy Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3632
-
Allison Vacanti authored
warning C4512: '`anonymous-namespace'::TimeLog' : assignment operator could not be generated.
-
ce5575e3 Made vtkScalarsToColor::MapValue() return const Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3639
-
85898053 Remove breaks that were genrating warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !3638
-
Sean McBride authored
-
Mathieu Westphal authored
-
- 28 Nov, 2017 12 commits
-
-
02017ed4 ENH: Bump VTKExamples version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3633
-
Ken Martin authored
Added an executable that is always built regardless of if testing is on that checkes for OpenGL2 support. This can be used to help diagnose problems when users have a build using VTK that is not working and testing is off as it is by default.
-
Bill Lorensen authored
-
Ben Boeckel authored
-
68b724bf Handle spaces in path. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !3630
-
Utkarsh Ayachit authored
vtkPythonPackages ended up quoting escaped spaces causing the copy script to fail. Fixed that.
-
9ccf982a Remove direct usage of VTK-m in LOD test ec591255 Remove references to VTK-m header files from VTK filters ea855589 Remove VTK-m includes and libs from test compile Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !3610
-
b9829658 Fixing vtkExodusIIReader issue with QA record name length Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !3628
-
4df6bce4 Testing/External: include vtkEncodeString Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !3629
-
50b777ce Add a minimum ghost level option to D3. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3571
-
6c4cf082 commneted out vtkRegressionTestImage f29a28a9 applied fixes that allow Android to bind to current EGL context ec3c7a4e using cmakedefine for ANDROID since its not being defined else where 35d6cf57 added check for GL_POINT_SPRTIE define Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3572
-
Ben Boeckel authored
-
- 27 Nov, 2017 8 commits
-
-
Kenneth Moreland authored
The direct use of VTK-m was to switch the device being used. TODO: add a means of specifying the device a VTK-m filter in vtkAcceleratorsVTKm should use without directly interfacing with VTK-m.
-
Kenneth Moreland authored
For better encapsulation (and simplification of the build), do not expose VTK-m code itself from the vtkAcceleratorsVTKm package.
-
Kenneth Moreland authored
All the VTK-m include and libraries should be hidden from code outward facing of the vtkAcceleratorsVTKm library. Besides, the VTK-m accelerator tests are not called as a subdirectory from the vtkAcceleratorsVTKm code, so the CMake variables specifying the include directories and libraries are not set. If it is later decided that code using the accelerators library also needs to directly compile VTK-m code, it should be specified as PUBLIC includes and libraries to the vtkAcceleratorsVTKm library.
-
Allison Vacanti authored
-
faf1942f Handle long string in vtkDataWriter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3625
-
9e2a2037 Use vtkIdType in vtkMergeCells for indices. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3626
-
Andrew Bauer authored
Issue is hit when the max variable name length is shorter than the longest QA record name length. Addresses paraview/paraview#17844
-
Utkarsh Ayachit authored
vtkDataWriter failed to save buffer to string correctly when the string lenght was larger than max(int). Fixed to use vtkIdType for the variable used to store the buffer length.
-