4ca3f02601614b5a75c10bfec50bb1c89c2cb273
- Use return values instead of return arguments - Remove the socket index lookup which was only used once - Always use the topology cache for node_find_node - Improve the documentation - Add a const version of node_find_node Overall, I think always using the topology cache will give more predictable performance. Though it may require more cache rebuilds after the node tree is changed, in practice there are plenty of other things that require that already. This way, code that doesn't change the node tree will get better performance without having to think about the caching. Pull Request: https://projects.blender.org/blender/blender/pulls/131811
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
