wassimj / TopologicSverchok

Topologic custom nodes for sverchok on Blender3D
GNU Affero General Public License v3.0
83 stars 18 forks source link

Topology.Triangulate #15

Closed spirosloup closed 2 years ago

spirosloup commented 2 years ago

From TwistedTower tutorial. Topology.Triangulate not flatten the list and cause a long error Topology Triangulate

wassimj commented 2 years ago

When you triangulate a Face, it will return a Shell made out of the triangular Faces. CellComplex.ByFaces fails because you are giving it Shells not individual Faces.

spirosloup commented 2 years ago

New TwistedTower.blend.zip

you may need to update the file with what I uploaded. Maybe because of the changes in the code, the tree did not work in the same way as in the video. For example the topology.triangulate node cannot be flattened ...... Left old Nodetree_rigth New Nodetree

Left old Nodetree_rigth New Nodetree

wassimj commented 2 years ago

Glad it now works for you