Skip to content

Tissue v0.3.72 for Blender 4.2.1

Latest
Compare
Choose a tag to compare
@alessandro-zomparelli alessandro-zomparelli released this 28 Sep 10:02
b044a04

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