Docs: Add comments to node tree runtime struct clarifying design #118056

Merged
Hans Goudey merged 3 commits from HooglyBoogly/blender:cleanup-node-tree-runtime-comments into main 2024-02-12 17:44:21 +01:00

3 Commits

Author SHA1 Message Date
Hans Goudey b68f3ce585 Make comment clearer 2024-02-12 10:49:17 -05:00
Hans Goudey 099d479c37 Merge branch 'main' into cleanup-node-tree-runtime-comments 2024-02-12 10:48:28 -05:00
Hans Goudey 6292a2d7c7 Docs: Add comments to node tree runtime struct clarifying design
Currently we have some old code from shader/compositor/texture nodes
that stores runtime data during and after evaluation on the node tree
itself. This is meant to be avoided, since the node tree is just meant
to be evaluation _instructions_.
2024-02-09 13:08:19 -05:00