Page MenuHome

Geometry Nodes: Curve Primitive Star
ClosedPublic

Authored by Johnny Matthews (guitargeek) on Jun 20 2021, 6:20 AM.
Subscribers
None
Tokens
"Like" token, awarded by duarteframos."Love" token, awarded by someuser."Love" token, awarded by 14AUDDIN."Love" token, awarded by HEYPictures.

Details

Summary

This is a basic star pattern node that outputs a polyspline. Options to control the inner and outer radius, the number of points, and the twist of the valleys.

Diff Detail

Repository
rB Blender

Event Timeline

Johnny Matthews (guitargeek) requested review of this revision.Jun 20 2021, 6:20 AM
Johnny Matthews (guitargeek) created this revision.
Hans Goudey (HooglyBoogly) requested changes to this revision.EditedJun 23 2021, 6:11 AM

I like this more than I expected actually! It seems like a nice basic node to have. I'd still like some confirmation from artists that this is useful though.

Could we display/specify the twist as an angle? I think that would make it more self-explanatory.

source/blender/nodes/geometry/nodes/node_geo_curve_primitive_star.cc
25

PROP_FLOAT doesn't do anything here, it's a property type, not a subtype

44

This can be const

46
const float inner_x = ...
...
const float outer_x = ...
This revision now requires changes to proceed.Jun 23 2021, 6:11 AM
This revision is now accepted and ready to land.Jun 30 2021, 5:02 AM