This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Iliya Katushenock d411be8a99 Cleanup: Use utility function to find groups in node tree
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
2023-02-10 17:30:55 +01:00
..
2022-11-01 12:24:58 +11:00
2022-11-12 18:33:31 +01:00
2023-01-16 13:57:10 +11:00
2022-09-15 19:13:13 +02:00
2023-02-06 17:19:02 +01:00
2022-10-05 13:48:01 -05:00
2023-02-10 11:34:20 +11:00
2023-02-10 10:48:50 +11:00
2023-02-05 17:36:47 -05:00
2023-02-05 17:36:47 -05:00