- May 24, 2017
-
-
Brad King authored
We use `git hash-object` to load the original file into the Git object store. Add the `--no-filters` option to avoid applying any conversion filters that `git add` would apply based on attributes. Otherwise file content may not be preserved, such CRLF newlines when `core.autocrlf` is `true`.
-
787f0eaa Add alternate baseline for bigmac with OpenGL1 backend. 6906c846 Fix MapScalars to pass correct component for opacity mapping. c09f8c09 Add ability to read/save alpha from/in PLY files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1930
-
dc7c62ab Ensure vtkVariant stream associated with << operator is set back to "dec". Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2869
-
2f9a9e8a Doc and syntax (clang-format pass) 8b3c3909 Standardizing vtkPlaneCutter output to a multiblock f7b97dce Implementing StructuredGrid polygon output support f1dcbfdf Correcting vtkPlaneCutter and vtkSphereTree ea152718 Correcting DataModel so it check for output CellData before copy in contour Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2843
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
Taken from will.schroeder will.schroeder@kitware.com at f635c0bb977cebc40b35368c5be8807e0f19f8a2 Adds support for polygon generation instead of triangles from Structured and Rectilinear Grid inputs.
-
Mathieu Westphal (Kitware) authored
This commit includes the following bugfix : * Global clean up of the vtkPlaneCutter * InterpolateAttributes and GenerateNormals have been added * Output is now simply a multipiece * Support for all kind of dataset * Updated Tests * MarchingCube matrix have been corrected * vtkSphereTree typo fix * FieldData fix * uses of bools instead of int
-
Mathieu Westphal (Kitware) authored
Documentation state that "if the output cell data is non-NULL, the cell data from the contoured cell is passed to the generated contouring primitives." http://www.vtk.org/doc/nightly/html/classvtkCell.html#a447e19846a7d289bd08fe724a4680a37 That was not the case, it is now.
-
- May 23, 2017
-
-
Jean-Christophe Fillion-Robin authored
This commit will ensure that the "base" of stream used to output vtkVariant storing VTK object is restored to "dec". Otherwise, any integer streamed afterward would be displayed in hexadecimal base.
-
3b4aa64e Add missing VTK_OVERRIDEs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !2868
-
Cory Quammen authored
-
b292d980 Update system font baseline after distro update. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !2867
-
28315123 QVTKOpenGLWidget: alpha blending issue Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !2863
-
David C. Lonie authored
-
Utkarsh Ayachit authored
A more robust approach to addressing QVTKOpenGLWidget's propensity to blend into desktop background. If the framebuffer has non-1 alpha, Qt 5 ends up blending into the desktop causing bleed throughs. Now we clear the alpha buffer entirely in each `paintGL` call and fill it with 1.
-
- May 22, 2017
-
-
06712ca3 Avoid progress-related context changes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2864
-
Utkarsh Ayachit authored
vtkOpenGLProjectedTetrahedraMapper fires progress events while rendering since rendering can be slow. With Qt 5, progress events can cause OpenGL context changes if the application chooses to update progress bar, for example. Adding state save and restore logic to vtkOpenGLProjectedTetrahedraMapper before firing progress events. Also reduced the frequency of progress reported by the mapper.
-
ccaf6a4f Fix error opening non-existent files in vtkPExodusIIReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2855
-
8ca4d4f2 Optimize external volume peeling fragment shader. 33148b26 Fix memory leak in volume peeling tests. 28a73fab Add example use of timer to volume peel test. 494c5dc4 Instrument some key rendering code with the new timer log. 8d97b261 Add a RenderTimerLog for measuring GPU events. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2779
-
1b93f37c Avoid DeepCopy dispatch when array is empty. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !2862
-
8250a6a9 Add "override" to vtkPDFExporter destructor. 5aff01cc Add some missing "override" specifiers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2860
-
6b8433bc VTK will better enforce having a conforming C++11. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !2856
-
a59799e3 Add tests for new PDF export functionality. 599ae998 Fix bug in OGL2 context device. 39b6db73 Fix viewport bug in PDF Ctx2D exporter. 90f451ae Add specialization of DrawPolyData to PDF CtxDev. 2c3999e2 Add generic base implementation of DrawPolyData to CtxDev2D. 6d6ebe65 Add DrawColoredPolygon to Context2D. d0223ad2 Use new HPDF_Shading objects in PDF context export. b6a74e52 Pad the text width slightly for PDF export. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2815
-
David C. Lonie authored
MSVC 2010 appears to assert that arguments to `std::copy` are non-NULL and will crash even when both input pointers are NULL and the copy is really a no-op. Add a runtime check to prevent the `std::copy` call from being made when there is no data.
-
David Gobbi authored
-
David Gobbi authored
These specifiers were for the X rendering classes, and were probably missed because linux compilation is most often done with gcc instead of clang.
-
9b797128 reduce OpenGL dependencies removing unused libs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2801
-
- May 21, 2017
-
-
14383a2d Adding in two fields to the vtkCellTypeSource filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2859
-
- May 20, 2017
-
-
Andrew Bauer authored
Adding in a polynomial field with input order and a distance to center field to make the source more functional. Addresses paraview/paraview#17405
-
1a0d0672 Fixing issue reflecting non-linear 1D and 2D cells Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2857
-
- May 19, 2017
-
-
fb89f266 Return something for actors which are just invisible Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2858
-
Scott Wittenburg authored
-
Andrew Bauer authored
Using the vtkReflectionFilter to reflect 1D and 2D nonlinear cells caused incorrect ordering of the points. Addresses paraview/paraview#17381
-
Robert Maynard authored
-
Utkarsh Ayachit authored
The rendering of translucent sphere differs with OpenGL1.
-
Utkarsh Ayachit authored
When vtkDiscretizableColorTransferFunction::MapScalars() was called with component=-1, despite what the docs said, the code was not using the class' VectorMode to decide which component use. Fixed that.
-
Utkarsh Ayachit authored
Adds support to read and save alpha channel in PLY files. Default is same as before i.e. alpha values are not saved. Added test to test reading and saving ply files with alpha.
-
Cory Quammen authored
Swap out a '<=' with a '<' in some loop logic to correct the loop's range. Without doing so, reading of non-existent ExodusII files with an index one past the last valid index could be attempted.
-
b4963b88 Python: cmake module install rule fix for Python 3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !2845
-