Nodes: Panels integration with blend files and UI #111348

Merged
Lukas Tönne merged 96 commits from LukasTonne/blender:node-panels-final into main 2023-08-30 12:37:28 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 452bf82a0f - Show all commits

View File

@ -623,7 +623,7 @@ static void rna_NodeTreeInterfaceItems_move_to_parent(ID *id,
/* ******** Node Socket Subtypes ******** */
static const EnumPropertyItem *rna_subtype_filter_itemf(const blender::Set<int> subtypes,
static const EnumPropertyItem *rna_subtype_filter_itemf(const blender::Set<int> &subtypes,
LukasTonne marked this conversation as resolved Outdated

Should be a const reference

Should be a const reference
bool *r_free)
{
if (subtypes.is_empty()) {