Cleanup: code formatting

This commit is contained in:
Jeroen Bakker 2023-08-14 12:33:13 +02:00
parent 5dcf704324
commit e878692221
5 changed files with 10 additions and 5 deletions

@ -135,7 +135,8 @@ static void node_rna(StructRNA *srna)
{
RNA_def_node_enum(srna,
"fill_type",
"Fill Type", "",
"Fill Type",
"",
rna_node_geometry_mesh_circle_fill_type_items,
NOD_storage_enum_accessors(fill_type),
GEO_NODE_MESH_CIRCLE_FILL_NGON);

@ -326,7 +326,8 @@ static void node_rna(StructRNA *srna)
{
RNA_def_node_enum(srna,
"domain",
"Domain", "",
"Domain",
"",
rna_enum_attribute_domain_only_mesh_items,
NOD_inline_enum_accessors(custom2),
ATTR_DOMAIN_POINT);

@ -97,7 +97,8 @@ static void node_rna(StructRNA *srna)
{
RNA_def_node_enum(srna,
"domain",
"Domain", "Which domain to separate on",
"Domain",
"Which domain to separate on",
rna_enum_attribute_domain_without_corner_items,
NOD_storage_enum_accessors(domain),
ATTR_DOMAIN_POINT);

@ -172,7 +172,8 @@ static void node_rna(StructRNA *srna)
{
RNA_def_node_enum(srna,
"mode",
"Mode", "Whether to update left and right handles",
"Mode",
"Whether to update left and right handles",
rna_node_geometry_curve_handle_side_items,
NOD_storage_enum_accessors(mode),
GEO_NODE_CURVE_HANDLE_LEFT);

@ -83,7 +83,8 @@ static void node_rna(StructRNA *srna)
{
RNA_def_node_enum(srna,
"domain",
"Domain", "",
"Domain",
"",
rna_enum_attribute_domain_point_face_curve_items,
NOD_inline_enum_accessors(custom1),
ATTR_DOMAIN_POINT);