diff --git a/source/blender/blenkernel/BKE_node_runtime.hh b/source/blender/blenkernel/BKE_node_runtime.hh index 67628cc8307..e98ed4533ff 100644 --- a/source/blender/blenkernel/BKE_node_runtime.hh +++ b/source/blender/blenkernel/BKE_node_runtime.hh @@ -442,6 +442,10 @@ class AllowUsingOutdatedInfo : NonCopyable, NonMovable { } }; +/* If result is not true then this means that the last node tree editing operation was not covered + * by the topology cache update ensure call. All derivative information about topology is not + * available. You should call "tree.ensure_topology_cache();" first. + */ inline bool topology_cache_is_available(const bNodeTree &tree) { if (!tree.runtime->topology_cache_exists) {