Skip to content

Releases: tkarabela/MfxVTK

MfxVTK - 0.4.0

25 Oct 16:38
Compare
Choose a tag to compare

This release focuses on improving user experience. The effects have been restructured to be more intuitive to use and there is now proper documentation with examples at mfxvtk.readthedocs.io.

Stanford bunny with the new MfxVTK Tetrahedral Mesh effect

Release notes:

  • new effects:
    • Sample Points (Surface)
    • Sample Points (Volume)
    • Extract Edges
    • Make Tubes
    • Tetrahedral Wireframe
    • Smooth
    • Decimate
    • Fill Holes
  • other previously implemented effects are moved to second plugin: mfx_vtk_plugin_extra.ofx
  • bugfix: Extract Edges (previously Feature edges) effect now works for extracting feature ("sharp") edges; previously the angle setting was broken
  • the binaries are now built with OpenMP - this will benefit some effects (presently the Smooth effect in Windowed sinc mode)
  • note that mfx_vtk_plugin.ofx version 0.4.0 exports differently named effects with different parameters than previous releases - loading .blend files which use previous versions of the plugin may lead to problems

Download plugin builds below. You can then use them with OpenMeshEffectForBlender releases.

MfxVTK - 0.3.0

17 Oct 23:18
Compare
Choose a tag to compare

Release notes:

  • new feature: VtkVolumePointSamplerEffect (generates random points inside volume given by mesh)
  • new feature: VtkDelaunay3DEffect (computes tetrahedral wireframe/convex hull of given points)
  • new feature: VtkMaskPointsEffect (creates random subset of points, useful in combination with VtkPolyDataPointSamplerEffect)
  • bugfix: VtkPolyDataPointSamplerEffect properly handles non-convex faces (#2)
  • bugfix: VtkTubeFilterEffect can handle edges on input, too (previously only faces)
  • OFX support: implemented kOfxMeshEffectActionIsIdentity
  • better build instructions
  • OpenMeshEffect is now included as a git submodule

Download plugin builds below. You can then use them with OpenMeshEffectForBlender releases.

MfxVTK - 0.2.0

11 Oct 21:43
Compare
Choose a tag to compare

This version adds four new filters:

  • VtkFeatureEdgesEffect (outputs edges, not faces)
  • VtkFillHolesEffect
  • VtkTubeFilterEffect (can take both faces and edges as input)
  • VtkDecimateProEffect

It also adds support for input/output of edges (as 2-vertex faces).

Download Windows or Linux plugin build below. You can then use them with OpenMeshEffectForBlender releases.

Initial release

10 Oct 23:47
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is initial version of the plugin, supporting Laplacian and windowed sinc smoothing.

Provided binary is for Linux (Ubuntu 20.04 LTS).