forked from blender/blender
The official Blender project repository.
Ben-7
be6d82a485
When having several clang versions installed cmake would default to the last llvm directory in the registry when finding the openmp libraries. Two problems with that are : 1- The registry entry may not exist 2- Even if it exists it may not point to the right folder for the Current compiler. This PR changes the behaviour to look relative to the clang binary to find the openmp libraries. Pull Request: blender/blender#125101 |
||
---|---|---|
.gitea | ||
.github | ||
build_files | ||
doc | ||
extern | ||
intern | ||
lib | ||
locale | ||
release | ||
scripts | ||
source | ||
tests | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.editorconfig | ||
.git-blame-ignore-revs | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
GNUmakefile | ||
make.bat | ||
pyproject.toml | ||
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.
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.