d411be8a99fe47dbedf9110823d321b44727591f
Add `contains_group` method in python api for `NodeTree` type, cleanup `ntreeHasTree` function, reuse `ntreeHasTree` in more place in code. The algorithm has been changed to not recheck trees by using set. Performance gains from avoiding already checked node trees: Based on tests, can say that for large files with a huge number of trees, the response speed of opening the search menu in the node editor increased by ~200 times (for really large projects with 16 individual groups in 6 levels of nesting). Group insert operations are also accelerated, but this is different in some cases. Pull Request #104465
…
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%
