Papers by Guillaume Jacquenot
Open MPI 4.x removes the deprecated <code>MPI_Type_struct</code> function, it has bee... more Open MPI 4.x removes the deprecated <code>MPI_Type_struct</code> function, it has been replaced by <code>MPI_Type_create_struct</code>.
Main changes Added support for <code>ipygany</code> in jupyter notebooks. Command lin... more Main changes Added support for <code>ipygany</code> in jupyter notebooks. Command line interface <code>vedo ...</code> should now work on windows 10 too. added skybox environment with <code>show(..., bg="path/to/file.hdr")</code> added (kind of limited) support to <code>wxpython</code> embedding (analogous to Qt, but open-source) updated pymeshlab examples <code>base.py</code> added <code>.lighting(metallicity=1, roughness=0.1)</code> to include PBR (physics based rendering). method <code>.printInfo()</code> is now simply <code>.print()</code> <code>addons.py</code> added <code>SplineTool.nodes()</code> to retrieve current node positions. <code>plotter.py</code> removed global functions <code>closeWindow()</code> <code>ion()</code> <code>ioff()</code> added <code>record()</code> and <code>p...
input/output for many mesh formats
input/output for many mesh formats
input/output for many mesh formats
New Features Most Exciting Volume Rendering (see #272 and #231) 🎉 🎆 - many thanks to @supersubscr... more New Features Most Exciting Volume Rendering (see #272 and #231) 🎉 🎆 - many thanks to @supersubscript! Slice along line filter (see #267) Default colormap is now <code>viridis</code> Also Pretty Exciting Compute arc lengths of poly lines and splines (see #252) Enable subset glyphing (see #269) Enable filters on composite datasets (see #270) Major reorganization of internal modules to clean up the API (see #272) Show selection interactively with <code>enable_cell_picking</code> (see #278) <code>PolyData.project_points_to_plane</code> filter (see #276) Nee dependency: <code>scooby</code> for <code>pyvista.generate_report()</code> to make bug reporting easier. Support for <code>colorcet</code> and <code>cmocean</code> colormaps Bug Fixes Fix color mapping issue for uint8 arrays (see #266) Fix bugs with the auto documentation Fix <code>create_grid</code> if cell dimension is <code>1</...
fixes for higher-order elements in gmsh fixes for prune
Main changes General improvements to the <code>vedo</code> command line <code>c... more Main changes General improvements to the <code>vedo</code> command line <code>colorcet</code> colormaps are directly usable in <code>vedo</code>. Check example <code>basic/mesh_custom.py</code> general tool for free-hand cutting a mesh can be invoked from command line: <code>vedo --edit https://vedo.embl.es/examples/data/porsche.ply</code> added example search by command line e.g.: <code>vedo --search triangle -i</code> (<code>-i</code> to ignore capital letters) added file(s) info dump by command line e.g.: <code>vedo --info some_image.jpg https://vedo.embl.es/examples/data/porsche.ply</code> pressing <code>shift-A</code> toggles antialiasing for the whole rendering window pressing <code>shift-D</code> toggles depth-peeling algorithm for the current renderer antialiasing set by default on vtk9 balloon-style flags are disabled because of a bug in vtk9 <strong>...
input/output for many mesh formats
This release is primarily full of bug fixes and general cleanup around the filters and plotting m... more This release is primarily full of bug fixes and general cleanup around the filters and plotting methods. Bug Fixes Fix points ordering issue with gridded datasets Fix issues with overlapping colorers (see #319) Fix rare bug when scalars are the wrong size Handle <code>panel</code> runtime errors on import (see #322) Fix <code>smooth_shading</code> issue for non-<code>PolyData</code> datasets Fix subplot indexing issues (see #346) Changes Memory footprint is improved (see #338) <code>panel</code> notebook rendering is now off by default New downloadable examples! Filters were overhauled into their own module and generalized across datasets (see #323) Improved control over axes widgets (see #334 and #342) Improvements to <code>add_mesh</code> and <code>add_volume</code> docstrings Deprecate <code>BasePlotter.plot</code> (see #341) Enable use of poly lines with <code>PolyData</code> (see #34...
A Streamlined Python Interface for the Visualization Toolkit
streamlines for dolfin inset rendering new examples added small bug fixes
input/output for many mesh formats
A python class for scientific visualization of 3D objects with VTK
improved <code>vtkplotter.pyplot</code> submodule background color now defaults to wh... more improved <code>vtkplotter.pyplot</code> submodule background color now defaults to white added <code>Mesh.idLabels()</code> to generate cells and point ID labels methods like <code>rotateX().pos()</code> now operate in left-to-right order (as it should be) Text is split into Text2D and Text (for 3D)
input/output for many mesh formats
improved histogramming minor bug fixes
input/output for many mesh formats
input/output for many mesh formats
added new window shape descriptor (in examples/basic/multiwindows.py) Kochanek-Bartel splining po... more added new window shape descriptor (in examples/basic/multiwindows.py) Kochanek-Bartel splining polygon extrusion select cells within input bounds
Uploads
Papers by Guillaume Jacquenot