Blender Git Commit Log
Git Commits -> Revision 8ef8cb7
Revision 8ef8cb7 by Léo Depoix (attribute-accessor, geometry-nodes, geometry-nodes-active-modifier-drawing, geometry-nodes-attribute-nodes, geometry-nodes-deduplicate-float-math, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 12, 2020, 20:49 (GMT) |
Geometry Nodes: Add method enums to mesh triangulate node This commit adds the remaining "method" enums from the triangulate modifier. Differential Revision: https://developer.blender.org/D9502 |
Commit Details:
Full Hash: 8ef8cb7e34d424a56ae9bfc4fb536756413dd288
Parent Commit: 0f6bee8
Committed By: Hans Goudey
Lines Changed: +98, -2
5 Modified Paths:
/source/blender/editors/space_node/drawnode.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+58, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_triangulate.cc (+17, -1) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+13, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+58, -0) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_triangulate.cc (+17, -1) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -1) (Diff)