Merge branch 'blender-v3.4-release'
This commit is contained in:
@@ -102,7 +102,9 @@ bool nodeGroupPoll(const bNodeTree *nodetree,
|
||||
return false;
|
||||
}
|
||||
if (nodetree->type != grouptree->type) {
|
||||
*r_disabled_hint = TIP_("Node group has different type");
|
||||
if (r_disabled_hint) {
|
||||
*r_disabled_hint = TIP_("Node group has different type");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user