- May 02, 2017
-
-
Ken Martin authored
The polydata rendering code has been cleaned up a fair amount which allows us to cleanup this class and make it use the fast path for all primitive types. At this point only selection should be using the medium path and the slow path has been completely removed. This change also fixes an issue where the glyph mapper did not honor the edge visibility flag. This change includes a new test to verify that edge vilibility is working as well.
-
42eb48a7 Merge branch 'upstream-png' into reimport-png 1699df8b png 2017-05-02 (7bd5d074) 497d16b0 png: import a readme for Kitware patches Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !2760
-
07ef5c4b Allow multiple input files for WhatModulesVTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !2746
-
Ben Boeckel authored
* upstream-png: png 2017-05-02 (7bd5d074)
-
Code extracted from: https://gitlab.kitware.com/third-party/png.git at commit 7bd5d074acde04403c46aac5ebad363cf6459451 (for/vtk).
-
Ben Boeckel authored
-
4a98c4f3 fix issue with CPDM2 picking on apple bug systems Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2757
-
364faf7e tests: indicate that tests were skipped if requirements are not met cb8d2175 TestParallelNumpy: use the testing macros cba7c223 testing: set the skip return code for Python tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2718
-
- May 01, 2017
-
-
b4b91eb5 make sure the opengl2 glyph3dmapper honors cell picking Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !2755
-
ca63798a Handle multi-viewport render windows in QVTKOpenGLWidget. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2754
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ken Martin authored
fixes a segfault on those systems
-
27b55a86 Fix Tk python tests failing due to 45517310 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !2756
-
Sankhesh Jhaveri 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
-
Ken Martin authored
IF cell picking mode is on the glyph3d will be rendered as a surface. Previously it rendered nothing in that mode.
-
- Apr 29, 2017
-
-
Utkarsh Ayachit authored
Scissor test affects `glBlitFramebuffer`. Ensure that we disable Scissor test before blitting to avoid only grabbing the last rendered viewport. Addresses paraview/paraview#17398
-
- 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
-