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:
authorHans Goudey <h.goudey@me.com>2022-02-18 08:44:47 +0300
committerHans Goudey <h.goudey@me.com>2022-02-18 08:44:47 +0300
commitae9dd0cbf911662798e7dfb3120721d949f6cd40 (patch)
treedb354db0c71c308f7028984d7930afae281c8f43 /source/blender/modifiers/intern/MOD_nodes.cc
parent59aaf2036eeea0f32a9b65384ca73e5dbf229978 (diff)
parent1d0d810331b0ced05acdba9c75a08948f7b6eaf8 (diff)
Merge branch 'blender-v3.1-release'
Diffstat (limited to 'source/blender/modifiers/intern/MOD_nodes.cc')
-rw-r--r--source/blender/modifiers/intern/MOD_nodes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc
index f54ed8f5a25..fb10965f77c 100644
--- a/source/blender/modifiers/intern/MOD_nodes.cc
+++ b/source/blender/modifiers/intern/MOD_nodes.cc
@@ -1381,7 +1381,7 @@ static void add_attribute_search_button(const bContext &C,
0.0f,
0.0f,
0.0f,
- "");
+ socket.description);
const Object *object = ED_object_context(&C);
BLI_assert(object != nullptr);