Merge branch 'blender-v3.3-release'

This commit is contained in:
Jacques Lucke 2022-08-23 11:55:57 +02:00
commit 65c6886284
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ class NodeTreeMainUpdater {
}
/* Check if a used node group has an animated image. */
for (const NodeRef *group_node : tree_ref.nodes_by_type("NodeGroup")) {
for (const NodeRef *group_node : tree_ref.nodes_by_type("ShaderNodeGroup")) {
const bNodeTree *group = reinterpret_cast<bNodeTree *>(group_node->bnode()->id);
if (group != nullptr) {
ntree.runtime->runtime_flag |= group->runtime->runtime_flag;