Cleanup: Improve description of asserton related to topology cache

Pull Request: https://projects.blender.org/blender/blender/pulls/145248
This commit is contained in:
Iliya Katushenock
2025-09-29 16:55:28 +02:00
committed by Hans Goudey
parent 7147227a40
commit 2d6a4da01a

View File

@@ -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) {