The official Blender project repository.
Go to file
Alaska 8756ebb25a Tests: Rename all Principled tests to Principled BSDF
While looking into something else, I noticed that the OSL render tests
were not testing the Principled Volume tests.

This is because when running OSL tests, we skip all Principled BSDF
tests by ignoring all tests that start with `principled_`
(this was done due to noise differences between SVM and OSL).

However this had the knock on effect of skipping tests like
- `principled_absorption`
- `principled_blackbody`
- `principled_smoke`

in the volumetric test suite.

This commit fixes this issue by renaming all Principled BSDF tests to
`principled_bsdf_` and updating the block list to use this new name.

Ref: blender/blender-test-data!31
Pull Request: #131540
2024-12-10 06:44:07 +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 Fix: Ninja build command on Windows 2024-12-10 01:10:35 +01:00
doc Revert "Docs: Python API: Fix theme dependency" 2024-11-28 14:12:06 -05:00
extern Cmake: Add Pipewire support 2024-12-03 16:26:01 +01:00
intern Cycles: Make OSL shader compilation threadsafe and multi-threaded 2024-12-09 14:36:35 +01:00
lib Libs: Linux: shaderc v2024.3 Vulkan loader/headers 1.3.296 2024-12-05 14:14:39 +01:00
locale I18N: Updated UI translation from git/weblate repository (9809f2b9f468b03). 2024-12-09 11:09:44 +01:00
release Cleanup: Remove old embedded preview_grease_pencil_legacy.blend 2024-12-02 18:07:57 +01:00
scripts Fix unhandled exception in the shading options 2024-12-10 16:15:24 +11:00
source Fix: VSE: assert when strips are too short 2024-12-10 02:24:53 +01:00
tests Tests: Rename all Principled tests to Principled BSDF 2024-12-10 06:44:07 +01:00
tools Cleanup: revert channel-bag hyphenation & add to the dictionary 2024-12-09 23:44:23 +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 Deps: support vs2022 x64, git ignores 2024-12-09 17:23:17 +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 Fix: CMake: Disable jemalloc/valgrind when ASAN options are enabled. 2024-12-09 16:41:05 +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.