Blender Git Loki
Git Commits -> Revision f8c5259
Revision f8c5259 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, temp-modifiers-instancing) October 31, 2020, 09:51 (GMT) |
Geometry Nodes: new Subdivision Surface node This node is similar to the subdivision surface modifier. It subdivides the mesh component of a geometry. The options have the same meaning as in the modifier. Differential Revision: https://developer.blender.org/D9364 |
Commit Details:
Full Hash: f8c52590c0f928a31d005942508b446358057794
Parent Commit: 0b897e0
Committed By: Jacques Lucke
Lines Changed: +149, -2
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_subdivision_surface.cc (+121, -0) (View)
8 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+2, -1) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+14, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+5, -1) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/editors/space_node/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+14, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+5, -1) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)