The official Blender project repository.
Go to file
Sybren A. Stüvel 1a35335fcd Anim: treat untyped slot identifiers ("XXSlot") as wildcard
When assigning an Action to an ID, a slot can be automatically
assigned as well. This behaviour is now extended by making untyped
slot identifiers (like `XXSlot`) act as wildcards.

If the last-used slot identifier was 'untyped' (like `XXSlot`), and a
slot with the same name that is specific to the animated ID's type
exists, that slot will be chosen.

Similarly, if the last-used slot identifier was 'typed' (like
`OBSlot`), a slot `OBSlot` does NOT exist, but an untyped slot with
the same name exists (like `XXSlot`), that one will be chosen.

If there is any ambiguity in the matter, the more specific slot is
chosen. In other words, in this case:

- last_slot_identifier = `XXSlot`
- both `XXSlot` and `OBSlot` exist on the Action (where `OB`
    represents the ID type of `animated_id`).

the `OBSlot` should be chosen. This means that `XXSlot` NOT being
auto-assigned if there is an alternative. Since untyped slots are
bound on assignment, this design keeps the Action as-is, which means
that the `XXSlot` remains untyped and thus the user is free to assign
this to another ID type if desired.

Pull Request: #133653
2025-01-27 18:03:20 +01:00
.gitea Report template: Add link to manual system information collection page 2024-11-19 01:05:52 +01: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: Add support for absolute paths for builddir in make.bat 2025-01-26 21:20:53 +01:00
doc PyDocs: Fix broken type section 2025-01-25 20:44:37 -05:00
extern Fix #105164: Blender exits when QuadriFlow solver fails 2025-01-22 19:27:00 +11:00
intern Cycles: OSL oren_nayar_diffuse_bsdf compatibility for MaterialX 2025-01-27 17:58:20 +01:00
lib Clang Format: disable formatting lib/, same as was done for extern/ 2025-01-04 18:35:11 +01:00
locale I18N: Updated UI translations from git/weblate repository (40f7ba8cb18d1d). 2025-01-27 12:22:29 +01:00
release macOS/QuickLook: support rich thumbnail in Finder 2025-01-23 17:00:19 +01:00
scripts Grease Pencil: Sculpt Mode Auto-Masking option 2025-01-24 10:20:03 +01:00
source Anim: treat untyped slot identifiers ("XXSlot") as wildcard 2025-01-27 18:03:20 +01:00
tests Anim: do not set slot ID type when Action is linked 2025-01-27 17:51:23 +01:00
tools Tools; blendfile & blend2json: Add support for ZSTD compressed files! 2025-01-24 15:01:24 +01:00
.clang-format ClangFormat: Remove unused sculpt macro exceptions 2024-11-12 00:44:24 +01:00
.clang-tidy Clang Tidy: Ignore some newer readability warnings 2025-01-02 16:22:44 +01: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 Git: ignore compile_commands.json 2025-01-08 16:42:50 +01:00
.gitmodules Revert "Release cycle: Blender 4.3 Beta" 2024-10-02 12:35:26 +02:00
AUTHORS Vulkan: Add support for dynamic rendering local read 2025-01-13 08:10:31 +01:00
CMakeLists.txt macOS/QuickLook: support rich thumbnail in Finder 2025-01-23 17:00:19 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Tools: remove project_netbeans 2025-01-02 16:01:17 +11: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.