- May 01, 2017
-
-
David C. Lonie authored
The text should be right aligned in this case.
-
David C. Lonie authored
Text alignment in the Context2D::ComputeJustifiedStringBounds now aligns the text using the information provided by vtkTextRenderer::ComputeBoundingBox. This differs from the previous implementation since we now align to the actual drawn text instead of the texture image data, which may contain padding. We also now properly handle rotations that aren't multiples of 90 degrees.
-
David C. Lonie authored
-
David C. Lonie authored
We now store the complete TextRenderer::Metrics object in the string cache since it provides better support for alignment / rotations. Because of this, we now need to include the alignment properties in the tprop hash.
-
David C. Lonie authored
-
David C. Lonie authored
-
David C. Lonie authored
-
David C. Lonie authored
The existing cmake code for testing GL2PS exports expects a postscript file to be written alongside the pdf. Modify the code so that only a pdf is tested.
-
David C. Lonie authored
-
David C. Lonie authored
-
8b9b5239 ENH: gracefully ignore the OpenFOAM code blocks (fixes #17030) 7a31a6d3 BUG: reading of OpenFOAM tetrahedral meshes broken (fixes #16972) fb63fa07 STYLE: openfoam use VTK_POLYHEDRON as fallback marker 5b952e7f STYLE: avoid raw ASCII values in the OpenFOAM number parsing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2716
-
- Apr 28, 2017
-
-
37cd39c6 Add a render window serializer for exporting to web Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2729
-
53c56678 Use separate FBO in QVTKOpenGLWidget. 792ef7c5 Minor change to call doDeferredRender. 0b1ac9aa Read/write from correct buffers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2738
-
2d3a917c Fixing issue with function parser for math functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !2751
-
Scott Wittenburg authored
-
e06a7576 ENH: VTK python test scripts can call Start() on the interactor Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !2752
-
Andrew Bauer authored
If a math function name (e.g. abs) was followed by a matching pair of parentheses, the parser would assume that it was a function without checking what was between the math name and the open parenthesis to verify that the substring wasn't something else.
-
Utkarsh Ayachit authored
QVTKOpenGLWidget creates its own FBO to avoid back-buffer only renders from corrupting the FBO Qt uses for the widget. Address paraview/paraview#17256. Also dropping support for caching in QVTKOpenGLWidget. This is unnecessay given that we don't get render requests in Qt 5 because of actions like pop-up menus or overlapping windows. Qt 5 manages that quite well.
-
Utkarsh Ayachit authored
QVTKWidget now calls doDeferredRender rather than directly calling `iren->Render()` to same effect. Just makes it easier for subclass to override consistently.
-
Utkarsh Ayachit authored
vtkInteractorStyleDrawPolygon should write to back buffer, since it calls Frame() to swap buffers after the write.
-
e27a94d6 Copy attributes such as global ids to output of vtkMaskPoints Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !2745
-
Bill Lorensen authored
rtImagetest.py allow python tests to call Start() on the interactor. Most python tests currently comment out the Start() method on their interactor. This cuased confusion and made the tests less useable as standalone python examples.
-
452cfde9 hdf5: link against MPI if a parallel HDF5 is found Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1996
-
- Apr 27, 2017
-
-
45517310 Remove unused imports from python test scripts bdbd8b01 Allow VTK python test scripts to call Start() on the interactor Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2749
-
Sankhesh Jhaveri authored
-
bd5f4474 remove the example file Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !2750
-
Sankhesh Jhaveri authored
This allows the python test scripts to work as typical VTK python scripts
-
David E. DeMarle authored
this hasn't worked since vtk 5.10 or before
-
ce441598 ENH: Remove the outdated MaterialObjects.cxx example. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2748
-
olesen authored
These #{ .. #} constructs are used for dynamic code compilation/loading, and are typically used for boundary conditions. Eg, tutorials/combustion/XiDyMFoam/oscillatingCylinder/ pointDisplacementy cylinder { type codedFixedValue; value uniform 0.00095105652; name pointDisplacementy_cylinder; code #{ const scalar t = this->db().time().value(); const scalar a = 0.001; const scalar f = 200; operator==(a*sin(constant::mathematical::twoPi*f*t)); #}; } The 'value' entry has been generated by the boundary condition, and is the only entry that ParaView needs to represent the boundary values. The code entry can be silently skipped over with no ill-effect.
-
olesen authored
- Was also reported on the mailing list and the issue tracker (with a patch), but also clean up the logic for that section too.
-
olesen authored
-
olesen authored
- difficult to read. Seems to be cut-and-paste from something old
-
Jon Haitz Legarreta Gorroño authored
Remove the MaterialObjects.cxx example from the Rendering/Cxx example list; it was commented back in 2013 (commit 67cb974b), and it's no longer meaningful.
-
228cb88f Merge branch 'upstream-libharu' into libharu_install_fix 61da0643 libharu 2017-04-27 (23c92a36) Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2747
-
David C. Lonie authored
* upstream-libharu: libharu 2017-04-27 (23c92a36)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/libharu.git at commit 23c92a36a6285f8c80681380d0c9ebf7a22b822f (for/vtk).
-
4cf012f2 Adding baseline for dashlin1 49d103ca Ensure framebuffer is active before read/draw pixels. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2741
-
accb3b6d Dashboard warnings 408cb24b Support cutoff array, thanks J. Favre 7826772a Adding a python test providing a Cutoff Array to the SPH interpolator bed0a856 The SPH kernel should get its Cutoff array from the source. Fix Issue #16864 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2722
-
- Apr 26, 2017
-
-
Utkarsh Ayachit authored
`dashlin1` doesn't provide a mutlisampling capable context, hence added a baseline without multisampling.
-