0
0
forked from blender/blender
The official Blender project repository.
Go to file
Jacques Lucke 2ddc574ad9 Fix #127233: performance regression with new attribute filters
When I first developed the attribute filters they were just a `FunctionRef`
and thus could be stored by value in this struct. Now that they are a
virtual type, that is not possible anymore.
2024-09-07 19:04:54 +02:00
.gitea
.github
build_files PyAPI: enable draco when building blender as a python module 2024-09-06 21:15:38 +10:00
doc Refactor: make "sys_info" an internal module, rename for clarity 2024-09-06 11:11:26 +10:00
extern CMake: don't link sdlew when WITH_SDL=OFF 2024-09-06 21:01:36 +10:00
intern UI: Hand Cursors 2024-09-06 19:05:59 +02:00
lib
locale I18N: Updated UI translations from git/weblate repository (5b647985dbb49). 2024-09-02 19:36:38 +02:00
release UI: Add SVG parent group to two large icons 2024-09-06 21:27:05 +02:00
scripts Anim: remove the 'Animation Debug' panel 2024-09-06 10:59:04 +02:00
source Fix #127233: performance regression with new attribute filters 2024-09-07 19:04:54 +02:00
tests Anim: Add backward-compatible RNA API for Action.groups 2024-09-06 14:33:58 +02:00
tools Fix: Tools: improve gdb frame filter when used in non-debug build 2024-09-05 16:51:44 +02:00
.clang-format
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore
.gitmodules
AUTHORS
CMakeLists.txt PyAPI: enable draco when building blender as a python module 2024-09-06 21:15:38 +10:00
COPYING
GNUmakefile
make.bat
pyproject.toml
README.md

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.