- Feb 25, 2016
-
-
Max Smolens authored
If VTK_ENABLE_KITS is ON, VTK kits and modules that are not associated with any kit will be wrapped. The effect is that drastically fewer libraries are created. Take vtkCommon as an example. When VTK_ENABLE_KITS is OFF, a library is generated for each wrapped module: vtkCommonColorPython27D-x.y.dll vtkCommonComputationalGeometryPython27D-x.y.dll vtkCommonCorePython27D-x.y.dll vtkCommonDataModelPython27D-x.y.dll vtkCommonExecutionModelPython27D-x.y.dll vtkCommonMathPython27D-x.y.dll vtkCommonMiscPython27D-x.y.dll vtkCommonSystemPython27D-x.y.dll vtkCommonTransformsPython27D-x.y.dll When VTK_ENABLE_KITS is ON, a single "kit" library is generated: vtkCommonKitPython27D-x.y.dll The wrapped kits have the suffix "Kit" to avoid naming conflicts with existing libraries like "vtkFilterPython". As part of this change, the Python wrapping function has been split into two functions, one which wraps the code and another which builds the wrapped code. The new function is backwards compatible, but to update client code, replace calls like: vtk_add_python_wrapping(${module}) with: vtk_add_python_wrapping(${module} module_srcs) vtk_add_python_wrapping_library(${module} module_srcs ${module}) Additionally, the functions "vtk_wrap_python" and "vtk_add_python_wrapping" have been updated to understand a list of modules as input. Co-authored-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Co-authored-by:
Max Smolens <max.smolens@kitware.com> Co-authored-by:
Ben Boeckel <ben.boeckel@kitware.com>
-
3ffe6bfb Improving finding libGLdispatch.so.0 for EGL Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dan Lipsa <dan.lipsa@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1268
-
38c3e3cd adding a missing mapper b16a9f4f implement the always on top option for Contour Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yumin Yuan <yumin.yuan@kitware.com> Merge-request: !1267
-
- Feb 24, 2016
-
-
David DeMarle authored
-
David DeMarle authored
-
f23ee19a Merge remote-tracking branch 'origin/master' into volume_fix_cell_data_release_updated_master 2140f97b Fixed volume rendering not working for cell data b0444dc4 Fixed typo which resulted in test failure 0038dd88 Added API to turn on/off jittering 1f59f0e7 Fixed edge conditions with clipping fc779f03 Turn off jittering d9d1959e Fixed clipping for oblique view angles 8a0518a9 Fixed minor logic issue with when to terminate the trace ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1269
-
79cafcfc tcl test as well 51f7345f better and tighter options for clipping range Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1258
-
aae92bb6 super small bug in opengl version query Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1270
-
Ken Martin authored
was retuning the wrong version 5.5 was a giveaway that something was wrong
-
Aashish Chaudhary authored
Conflicts: Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx
-
4f18cdc4 ScalarBar Missing Baseline Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !1265
-
Andrew Bauer authored
-
Ken Martin authored
forgot to update the tcl version
-
48588518 Work around test failure due to OpenGL2 not running on some machines Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1266
-
Ken Martin authored
it could be that the lines mapper needs offsets as well
-
516ffdda try for more recent opengl versions first Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1261
-
Ken Martin authored
make the AlwaysOnTop option do something for the OrientedContourWidgetReppresentation class
-
ec4014d4 Moving the SupportsOpenGL call to parent class to avoid code duplication. 16120cba Initializing the object when SupportsOpenGL() is called. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1260
-
Ken Martin authored
The old automatic clipping range code always grew the bounds to be double the required bounds. With the zbuffer being so heavily nonlinear this was not a good for many situations. This topic alows you to control the bounds expansion to it can be much tighter which if you are calling ResetCameraClippiNgRange every time the camera changes it should be set to 0.0 not the default of 0.5.
-
Will Schroeder authored
-
Mathieu Westphal (Kitware) authored
-
- Feb 23, 2016
-
-
e5425ed8 Regression test image a13950ca New regression test images 7a31d165 Renamed filter for consistency bf20a5aa Pass input attribute data to output bdc02994 Cleaned up documentation 707da941 New class generates data from implicit function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1259
-
4173dbea Proper pipeline behavior 045eac98 Test cleanup 956b5591 Refactored kernel API to support different basis eadf3ec1 Created new Filters/Points module ae3d4315 Preparation for reorganization e5c4dd6d Added new class for oriented gaussian distributions b92e2cbc Compiler warnings 0fb06f89 Compiler warnings ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1062
-
Andrew Bauer authored
-
Will Schroeder authored
-
ed067864 Support external installation of FFMPEG Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1237
-
Ken Martin authored
try to get mnore recent OpenGL versions and then fall back to earlier version as needed.
-
Will Schroeder authored
-
Aashish Chaudhary authored
* Removed unused variables from the Find package * Using a macro for code reuse * Added new variable that could be set to specify path to FFMPEG Conflicts: CMake/FindFFMPEG.cmake IO/FFMPEG/CMakeLists.txt VTK needs toplevel include directory Conflicts: CMake/FindFFMPEG.cmake Updated find ffmpeg test to use newer variables (cherry picked from commit f568fa74c32202c44a07fcec389951c64ad3b15c) Conflicts: IO/FFMPEG/CMakeLists.txt Fixed wrong variable name (typo)
-
Will Schroeder authored
-
3efcf7a7 revert non win32 code back 8024256d remove old MFC code and update vtkMFCWindow Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1250
-
Will Schroeder authored
-
ba705430 copy lighting attribute in vtkProperty::DeepCopy Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1216
-
c83e3a74 Adding missing baseline Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !1257
-
- Feb 22, 2016
-
-
Will Schroeder authored
-
Will Schroeder authored
-
Andrew Bauer authored
If the EGL render window object is not initialized before calling SupportsOpenGL() is called that method incorrectly returns false.
-
Will Schroeder authored
This new class can generate scalar and/or vector information from an implicit function. The generated scalar and vector arrays are added to the input dataset, which is just passed to the output.
-
4b37fcd4 BUG: push_back may cause pointers to become invalid d3313b1b BUG #1777: lambert test creates mangled up image Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1249
-
1e849019 Fix a vtkDICOMImageReader crash for empty SliceLocation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1253
-