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:
authorFabian Schempp <fabianschempp@googlemail.com>2021-08-14 01:01:13 +0300
committerFabian Schempp <fabianschempp@googlemail.com>2021-08-14 01:01:13 +0300
commitc54bdc7fb6a5db764695b07b871b94ee5b189071 (patch)
treeabeba9d97996d569e92ec5f32ac64f727ac884e6
parenta28e5189178359d09b1869528f0a97030ab309bd (diff)
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_mesh_inset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/geometry/nodes/node_geo_mesh_inset.cc b/source/blender/nodes/geometry/nodes/node_geo_mesh_inset.cc
index 461e2303b95..d79864d4b51 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_mesh_inset.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_mesh_inset.cc
@@ -51,7 +51,7 @@ static void geo_node_mesh_inset_layout(uiLayout *layout, bContext *UNUSED(C), Po
uiLayoutSetPropSep(layout, true);
uiLayoutSetPropDecorate(layout, false);
uiItemR(layout, ptr, "distance_mode", 0, nullptr, ICON_NONE);
- uiItemR(layout, ptr, "mesh_inset_mode", 0, nullptr, ICON_NONE);
+ uiItemR(layout, ptr, "inset_mode", 0, nullptr, ICON_NONE);
}
static void geo_node_mesh_inset_init(bNodeTree *UNUSED(tree), bNode *node)