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-07-07 16:13:11 +0300
committerHans Goudey <h.goudey@me.com>2022-07-07 16:13:11 +0300
commit5c3dc52536d373253a0de584f80f7ada9528f003 (patch)
tree7444af360eca4be28514a490f63087f3261ef027 /source/blender/editors/include
parente3ef56ef91417519a3301746f4cfd244cd08ef85 (diff)
Cleanup: Improve variable name
The new name makes more sense in non-node-related contexts.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.hh b/source/blender/editors/include/UI_interface.hh
index 63cf8fa0c56..82bfdd7e212 100644
--- a/source/blender/editors/include/UI_interface.hh
+++ b/source/blender/editors/include/UI_interface.hh
@@ -46,7 +46,7 @@ void template_breadcrumbs(uiLayout &layout, Span<ContextPathItem> context_path);
void attribute_search_add_items(
StringRefNull str,
- bool is_output,
+ bool can_create_attribute,
Span<const nodes::geometry_nodes_eval_log::GeometryAttributeInfo *> infos,
uiSearchItems *items,
bool is_first);