Releases: alessandro-zomparelli/tissue
Tissue v0.3.72 for Blender 4.2.1
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:
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:
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:
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):
Tissue v0.3.70 for Blender 4.0.2
Added automatic Reset UV to Polyhedral Wireframe
Tissue v0.3.69 for Blender 4.0.2
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
- 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
- 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
Tissue v0.3.65 for Blender 4.0.2
Tissue v0.3.64 for Blender 4.0.2
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
This release is updated for Blender 4
Polyhedral Wireframe has been rewritten to ensure remarkable performance improvement and more settings.