Blender Git Commit Log

Git Commits -> Revision f8c5259

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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021