Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2020-11-19 18:11:24 +0300
committerDalai Felinto <dalai@blender.org>2020-11-19 18:11:24 +0300
commit0f1fe96e0b23127cd925852b32d9121c0b972962 (patch)
tree980f655fadadf722499d479df049145d679e1cdc /source/blender/makesrna
parent417924d84091d8957baac672db1387e502a46c25 (diff)
Geometry Nodes - Internal rename + API change: NODES for anything but UI
Most of the times the nodes will be non-empty. Empty is really only what shows in the UI.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 0710ca075fc..965395bf314 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -143,7 +143,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
ICON_MOD_EDGESPLIT,
"Edge Split",
"Split away joined faces at the edges"},
- {eModifierType_Empty, "EMPTY", ICON_NODETREE, "Empty", ""},
+ {eModifierType_Nodes, "NODES", ICON_NODETREE, "Empty", ""},
{eModifierType_Mask,
"MASK",
ICON_MOD_MASK,