The official Blender project repository.
Go to file
Sergey Sharybin f0e098cbfb Tools: Add cleaner of bpy install folder for wheel
The goal of this cleaner is to replace all libraries that are symbolic
link with a regular files, and remove all library files that are not
actually used.

This circumvents the situation when wheel packing converts symbolic
links (libraries with ABI in their names) to regular files due to the
limitation of the zip archives. Doing a manual cleanup pass allows to
run regression tests after the cleanup is done. It is implemented as
as standalone tool so that it can be invoked when it is really needed.

In practice this lowers Linux bpy wheel file size from 540 MB down to
around 362 MB.

Pull Request: blender/blender#130623
2024-11-21 09:53:36 +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 CMake: Windows: Revert flag change that snuck into previous commit 2024-11-19 19:41:55 -07:00
doc API Doc: improvements/fixes regarding new requirements for __init__/__del__ 2024-11-19 15:37:04 +01:00
extern CMake: Fix Deprecation Warning in audaspace 2024-11-21 02:23:08 +01:00
intern Vulkan: Add support for legacy platforms 2024-11-19 16:30:31 +01:00
lib Libs: Update linux libs 2024-11-14 18:07:16 +01:00
locale I18N: Update UI translations from git/weblate repository (58ace72553d3a4f). 2024-11-18 12:45:27 +01:00
release UI: Face Orientation Front Color Transparent 2024-11-20 21:39:40 +01:00
scripts UI: Tweak VSE Text Strip UI to use panels for outline/shadow/box 2024-11-21 09:45:04 +01:00
source Fix: Crash renaming modifier in Outliner and then toggling a property 2024-11-21 09:31:49 +01:00
tests Fix #130155: Handle opacityThreshold controlled with individual image channels 2024-11-21 03:50:11 +01:00
tools Tools: Add cleaner of bpy install folder for wheel 2024-11-21 09:53:36 +01: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 Tests: Add sanity check test for Linux releases 2024-11-15 18:12:52 +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.