Fix: assert due to missing topology cache

This commit is contained in:
Jacques Lucke
2023-09-26 12:12:10 +02:00
parent 3cbddb2a22
commit a8c0857dcf

View File

@@ -1016,6 +1016,7 @@ void uiTemplateNodeView(
if (!ntree) {
return;
}
ntree->ensure_topology_cache();
/* clear for cycle check */
LISTBASE_FOREACH (bNode *, tnode, &ntree->nodes) {