Skip to content

Releases: alessandro-zomparelli/tissue

Tissue v0.3.72 for Blender 4.2.1

28 Sep 10:02
b044a04
Compare
Choose a tag to compare

Dual Mesh bugfix
Dual mesh based on Tessellation was not working properly because of a change on how edges are indexed

Polyhedral Wireframe Update
Now two new attributes are generated:

Tissue Node Index
Represents the index of the unique vertices from the input mesh. If the mesh has duplicates or non-naked edges, the indexing may differ:

image

An index equal to -1 is used for all the segments that do not converge to any node. This happens when the number of segments increases:

image

Tissue Edge Index
Represents the index of the unique edges from the input mesh. If the mesh has duplicates or non-naked edges, the indexing may differ:

image

Combined with the Tissue Node Index, it could be used to get the portion connected to a specific node, or the portion that does not reach any of the nodes (tissue_node_index = -1):

image

Tissue v0.3.70 for Blender 4.0.2

12 Feb 19:20
a218a16
Compare
Choose a tag to compare

Added automatic Reset UV to Polyhedral Wireframe

Tissue v0.3.69 for Blender 4.0.2

11 Feb 10:48
a57347c
Compare
Choose a tag to compare

Fixed minor bug with Polyhedral Wireframe. When executing the operator the previously used base object was assigned instead of the selected one.

Tissue v0.3.68 for Blender 4.0.2

09 Feb 21:28
d7f4c32
Compare
Choose a tag to compare
  • Fixed a bug related to Reaction-Diffusion cache folder
  • Added an option in Frame Mode Tessellation that allows to use of a regular quad mode tessellation on quad faces.
  • Solved bug with Polyhedral Wireframe live update

Tissue v0.3.67 for Blender 4.0.2

23 Jan 21:47
b818c25
Compare
Choose a tag to compare
  • Fixed a bug related to Reaction-Diffusion cache folder
  • added an option in Frame Mode Tessellation that allows to use of a regular quad mode tessellation on quad faces.

Tissue v0.3.66 for Blender 4.0.2

29 Dec 16:38
76bea95
Compare
Choose a tag to compare

001 - Polyhedral Wireframe Structure - Edit - trim - small

Polyhedral Wireframe is now more stable and allows more complex manipulations of the original non-manifold geometry.

Solved bugs in Polyhedral Wireframe:

  • error with coincident faces
  • error with edges crease

Tissue v0.3.65 for Blender 4.0.2

23 Dec 18:06
2afe02a
Compare
Choose a tag to compare

image

Some improvements to Polyhedral Wireframe:

  • some bugs fixed related to vertex groups support
  • now two different face attributes are generated: tissue_is_wireframe and tissue_is_outer that can be used in different contexts, for instance in Geometry Nodes:
    image
    image

Tissue v0.3.64 for Blender 4.0.2

19 Dec 00:26
1cbdfa4
Compare
Choose a tag to compare

image

Improvements to Polyhedral Wireframe:

  • Automatically clean the input mesh from all non-suitable edges and faces
  • Selective Wireframe: solved issues with intersecting faces
  • Selective Wireframe: when no wireframe is created it keeps the convex polyhedra (outer volumes)
  • Selective Wireframe: non-wireframe geometries have thickness as well (needed to avoid intersecting faces)

Tissue v0.3.63 for Blender 4.0.2

16 Dec 18:17
48c64cb
Compare
Choose a tag to compare

This release is updated for Blender 4
Polyhedral Wireframe has been rewritten to ensure remarkable performance improvement and more settings.

Tissue v0.3.54 for Blender 3.3.1

27 Nov 18:50
Compare
Choose a tag to compare

New Generators added:

  • Polyhedral Wireframe
  • Contour Curves

As for the Tessellation and Convert to Curve operator, also these generated objects can be updated according to the input data and geometries changes.

Contour Curves