The official Blender project repository.
Go to file
Jesse Yurkovich c9c2fbc52d
Some checks are pending
buildbot/vdev-code-daily-coordinator Build started.
buildbot/vdev-code-daily-darwin-x86_64 Build started.
buildbot/vdev-code-daily-windows-amd64 Build started.
buildbot/vdev-code-daily-lint Build done.
buildbot/vdev-code-daily-darwin-arm64 Build done.
buildbot/vdev-code-daily-linux-x86_64 Build done.
Cleanup: IO: Use CLOG and fmtlib for tracing OBJ/PLY/STL messages
OBJ, PLY, and STL used a mix of fprintf, std::cout, and std::cerr to
trace warnings, errors, and general messages to the console.

Now, we instead use CLOG which provides real facilities for warnings and
errors and generally removes the need to pull in and use the heavy
`<iostream>` machinery.

For traces that should always be printed, `fmt::print` is used since
CLOG currently doesn't provide that particular level of trace.

Tests were only minimally changed to drop usage of streams while keeping
their prior usage of older stdio APIs. We can change to using fmtlib
there too if desired.

Pull Request: #130107
2024-11-12 20:48:57 +01: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 deps_builder: Skip HIPRT when hipcc is not found 2024-11-08 08:11:26 -07:00
doc Merge branch 'blender-v4.3-release' 2024-11-11 16:17:04 +01:00
extern Fix #129162: High idle CPU usage with PulseAudio in Linux 2024-10-29 16:19:07 +01:00
intern Merge branch 'blender-v4.3-release' 2024-11-12 16:55:40 +01:00
lib Windows ARM64: Update autopep8 2024-11-05 19:23:15 +01:00
locale I18N: Updated UI translations from git/weblate repository (b496e6d30b168f). 2024-11-11 11:43:47 +01:00
release Merge branch 'blender-v4.3-release' 2024-11-12 16:53:17 +01:00
scripts Merge branch 'blender-v4.3-release' 2024-11-12 16:40:27 +05:30
source Cleanup: IO: Use CLOG and fmtlib for tracing OBJ/PLY/STL messages 2024-11-12 20:48:57 +01:00
tests Fix: Broken sculpt performance tests after "pen_flip" removal 2024-11-07 09:15:05 +01:00
tools Merge branch 'blender-v4.3-release' 2024-11-06 10:51:48 +11:00
.clang-format ClangFormat: Remove unused sculpt macro exceptions 2024-11-12 00:44:24 +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 Revert "Release cycle: Blender 4.3 Beta" 2024-10-02 12:35:26 +02:00
AUTHORS AUTHORS: add 1 new author (via override) 2024-10-29 14:43:10 +11:00
CMakeLists.txt GPU: GLSL compilation as C++ for gpu static shaders 2024-11-12 18:53:34 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
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.