Start of Bevel V2, as being worked on with task T98674.

This is the start of a geometry node to do edge, vertex, and face
bevels.

It doesn't yet do anything but analyze the "Vertex cap" around
selected vertices for vertex bevel.
This commit is contained in:
2022-07-02 10:09:18 -04:00
parent 5d9ade27de
commit 9bb2afb55e
9 changed files with 499 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ def mesh_node_items(context):
space = context.space_data
if not space:
return
yield NodeItem("GeometryNodeBevelMesh")
yield NodeItem("GeometryNodeDualMesh")
yield NodeItem("GeometryNodeExtrudeMesh")
yield NodeItem("GeometryNodeFlipFaces")