Blender Git Commit Log
Git Commits -> Revision 54927ca
October 2, 2021, 22:29 (GMT) |
Geometry Nodes: Add side and fill segments to Cone/Cylinder nodes This commit extends the 'Cone' and 'Cylinder' mesh primitive nodes, with two inputs to control the segments along the side and in the fill. This makes the nodes more flexible and brings them more in line with the improved cube node. Differential Revision: https://developer.blender.org/D12463 |
Commit Details:
Full Hash: 54927caf4fcf214428e2fcb05d378d96fde54025
Parent Commit: 12e8c78
Committed By: Hans Goudey
Lines Changed: +587, -366
4 Modified Paths:
/source/blender/makesrna/intern/rna_nodetree.c (+2, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cone.cc (+538, -359) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cylinder.cc (+44, -4) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+3, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cone.cc (+538, -359) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_cylinder.cc (+44, -4) (Diff)
/source/blender/nodes/geometry/node_geometry_util.hh (+3, -1) (Diff)