Blender Git Commit Log

Git Commits -> Revision c1fc180

Revision c1fc180 by Johnny Matthews (master)
July 1, 2021, 00:22 (GMT)
Geometry Nodes: Curve Primitive Circle

This node has two modes: the first mode computes a circle from three
locations and a resolution. The second takes radius and resolution.
The first mode also outputs the center of the computed circle as
a vector.

Differential Revision: https://developer.blender.org/D11650

Commit Details:

Full Hash: c1fc18086118012637bdc5a32c5ced1742d69dac
Parent Commit: 5a64c68
Committed By: Hans Goudey
Lines Changed: +269, -0

1 Added Path:

/source/blender/nodes/geometry/nodes/node_geo_curve_primitive_circle.cc (+227, -0) (View)

8 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.cc (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+10, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+26, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (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