Node Editor: Add overlay to automatically label reroute nodes #113368

Merged
Jacques Lucke merged 45 commits from lone_noel/blender:node-editor-reroute-label-propagation into main 2024-06-05 10:02:51 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5619a03728 - Show all commits

View File

@ -7433,7 +7433,7 @@ static void rna_def_space_node_overlay(BlenderRNA *brna)
RNA_def_property_boolean_default(prop, false);
RNA_def_property_ui_text(prop,
"Show Reroute Auto Labels",
"Label reroute nodes based on connected sockets and reroute nodes");
"Label reroute nodes based on the label of connected reroute nodes");
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_NODE, nullptr);
prop = RNA_def_property(srna, "show_timing", PROP_BOOLEAN, PROP_NONE);