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/intern
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-10-07 22:55:03 +11:00
2022-12-02 19:09:52 +01:00
2022-11-02 10:18:19 +11:00
2022-12-13 12:35:53 +11:00
2023-02-07 21:56:45 +01:00
2023-02-06 12:50:34 +11:00
2023-01-03 10:19:27 +11:00
2022-10-07 22:55:03 +11:00
2023-02-10 13:16:10 +01:00
2023-01-23 17:31:46 +11:00
2023-02-07 14:17:01 +11:00
2022-10-12 20:55:57 -05:00
2023-02-10 11:34:20 +11:00
2023-02-07 17:34:20 +11:00
2022-11-02 10:18:19 +11:00
2022-11-02 10:18:19 +11:00
2023-01-03 10:19:27 +11:00
2023-02-03 12:41:01 +11:00
2022-11-01 12:24:58 +11:00
2023-02-06 12:50:34 +11:00
2023-02-06 12:32:45 +11:00
2023-02-10 11:34:20 +11:00
2022-10-05 13:48:01 -05:00
2023-02-07 14:17:01 +11:00
2023-02-05 17:36:47 -05:00
2023-02-05 17:36:47 -05:00
2023-02-06 16:52:02 -05:00
2023-01-31 14:22:23 +11:00
2022-11-16 18:00:48 +01:00
2022-11-02 10:18:19 +11:00
2023-02-03 12:41:01 +11:00