0
0
forked from blender/blender
The official Blender project repository.
Go to file
Campbell Barton f23478439c Fix #129323: Slowdown adding/removing objects from Python
Python scripts could perform actions that created notifiers
which would not be handled until the script was complete.

In the case of adding & removing objects a notifier would be created
for adding the object, then cleared when the ID was removed.

This lead to the notifier queue filling up with cleared notifiers
which were included in the search whenever an ID was removed.

The result of this was that adding and removing objects from a script
would become increasingly slower & use more memory.

Resolve by storing the current notifier being handed which isn't freed
(only cleared). The notifier handling loop detects cleared notifiers
and frees them after use.
2024-10-24 12:50:31 +11:00
.gitea Issue template: Use bug label for Python API reports 2024-08-22 04:28:52 +02:00
.github Funding: Add FUNDING.yml to link to fund.blender.org on GitHub mirror 2024-07-31 10:03:57 +02:00
build_files Build: Lower the number of concurrent HIP-RT jobs 2024-10-22 09:15:41 +02:00
doc GPv3: Remove unused legacy editor functions for GPv2 2024-10-07 18:21:28 +02:00
extern Fix error happened during merge 2024-10-18 17:17:48 +02:00
intern Cycles: make switching of sampling techniques in Draine less noticeable 2024-10-22 15:38:06 +02:00
lib Libs: macOS arm64/x64: Update autopep8 to 2.3.1 2024-10-16 23:39:46 +02:00
locale I18N: Updated UI translations from git/weblate (775b3f01b2059a456). 2024-10-20 18:22:29 +02:00
release make license: apply change from re-running 2024-10-21 20:59:55 +11:00
scripts Cleanup: remove deprecated typing use for extensions utility 2024-10-23 15:44:06 +11:00
source Fix #129323: Slowdown adding/removing objects from Python 2024-10-24 12:50:31 +11:00
tests Tests: add options for WITH_UI_TESTS 2024-10-17 18:15:33 +11:00
tools Cleanup: spelling in comments 2024-10-23 12:25:58 +11:00
.clang-format Clang-Format: Ensure single new line at the end of files 2024-02-22 14:42:10 +01:00
.clang-tidy Cleanup: match declaration names, avoid shadowing & clear trailing space 2024-10-03 12:12:08 +10:00
.editorconfig editorconfig: add HTML entry 2023-12-08 13:28:13 +11:00
.git-blame-ignore-revs Cleanup: add commit to .git-blame-ignore-revs 2023-05-03 20:31:11 +10:00
.gitignore Switch SVN to Git submodules using Git-LFS 2024-02-22 13:50:55 +01:00
.gitmodules Release cycle: Blender 4.3 Beta 2024-10-02 12:34:01 +02:00
AUTHORS AUTHORS: add 1 new author 2024-10-23 12:37:52 +11:00
CMakeLists.txt Refactor: Move BPY generic headers to proper C++ ones. 2024-09-25 18:04:27 +02:00
COPYING
GNUmakefile make license: command to update the license file 2024-10-18 17:09:43 +02:00
make.bat make license: command to update the license file 2024-10-18 17:09:43 +02:00
pyproject.toml pyproject.toml: correct autopep8 configuration for 2.3.1 2024-10-16 20:55:03 +11:00
README.md Docs: Replace most wiki links with links to new developer docs 2024-01-18 16:49:38 +01:00

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.

Blender screenshot

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.