The official Blender project repository.
Find a file
YimingWu 8620f0286a Fix #133414: Sequencer: Ensure valid UTF-8 sequence when pasting text
`TextVars::text` is only 512 bytes and does not include string ending
byte, and `sequencer_text_edit_paste_exec` uses a very simple truncation
that didn't guarantee valid UTF-8 sequence at the end. This is now fixed
by using `BLI_str_utf8_invalid_strip` after truncating the string.

Pull Request: https://projects.blender.org/blender/blender/pulls/133416
2025-01-22 13:00:01 +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 Cleanup: Remove unnecessary usage of Boost in the build system 2025-01-22 10:02:22 +01:00
doc Refactor: Replace Boost Locale for translation 2025-01-22 09:00:32 +01:00
extern Fix #105164: Blender exits when QuadriFlow solver fails 2025-01-22 19:27:00 +11:00
intern Fix: Cycles CPU render wrong with latest OSL 1.14 2025-01-22 10:59:07 +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 (6885672aa041daecbe). 2025-01-20 15:26:16 +01:00
release Fix #133326: Material preview for Grease Pencil 2025-01-21 16:34:48 +01:00
scripts Fix: Variable referenced in UI code without being assigned 2025-01-22 10:43:09 +01:00
source Fix #133414: Sequencer: Ensure valid UTF-8 sequence when pasting text 2025-01-22 13:00:01 +01:00
tests Tests: Use tabs in benchmark charts 2025-01-21 18:01:42 +01:00
tools Cleanup: prefer parenthesis over line continuations in Python scripts 2025-01-21 23:30:55 +11: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
.git-blame-ignore-revs
.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 Cleanup: Remove unnecessary usage of Boost in the build system 2025-01-22 10:02:22 +01:00
COPYING
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

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.