Fix: assert due to missing topology cache
This commit is contained in:
@@ -1016,6 +1016,7 @@ void uiTemplateNodeView(
|
||||
if (!ntree) {
|
||||
return;
|
||||
}
|
||||
ntree->ensure_topology_cache();
|
||||
|
||||
/* clear for cycle check */
|
||||
LISTBASE_FOREACH (bNode *, tnode, &ntree->nodes) {
|
||||
|
||||
Reference in New Issue
Block a user