0
0
forked from blender/blender
The official Blender project repository.
Go to file
Ben-7 be6d82a485 Cmake: Improve finding openmp with clang-cl compiler on windows
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
2024-07-19 20:03:47 +02:00
.gitea Issue template: Add guidelines surrounding content restrictions 2024-05-31 17:22:07 +02:00
.github Fix: Switch to scheduled trigger for appropriate permission scope in workflow 2024-05-28 14:12:20 +02:00
build_files Cmake: Improve finding openmp with clang-cl compiler on windows 2024-07-19 20:03:47 +02:00
doc PyDocs: distinguish between tuple and union data types 2024-07-18 15:39:04 +10:00
extern Merge branch 'blender-v4.2-release' 2024-07-09 15:21:35 +02:00
intern Refactor: Cycles: oneAPI: Simplify num_concurrent_states() 2024-07-18 15:46:17 +02:00
lib Fix #124086: blake2 hasher is unavailable on macOS 2024-07-03 14:46:33 +02:00
locale I18N: updated UI translations from git/weblate repository (43b5cb1cbab4c7ea). 2024-07-15 10:36:02 +02:00
release Assets: Update asset repository hash for removed tool icons 2024-07-15 19:11:52 +02:00
scripts Fix: Dopesheet Filter checks for legacy Grease Pencil type 2024-07-19 18:01:47 +02:00
source Fix #124853: Unable to change vertex paint brush after shift-LMB 2024-07-19 19:52:58 +02:00
tests Render tests: Use blocklist name for blocked tests 2024-07-18 17:31:52 +02:00
tools Cleanup: spelling in comments 2024-07-13 16:56:57 +10:00
.clang-format Clang-Format: Ensure single new line at the end of files 2024-02-22 14:42:10 +01:00
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore
.gitmodules Revert "Release: Updates for the 4.2 branch" 2024-06-05 12:33:31 +02:00
AUTHORS AUTHORS: add 2 new authors, 3 updated names 2024-07-05 21:04:39 +10:00
CMakeLists.txt Windows: Disable TBB_MALLOC_PROXY on ARM64 2024-07-04 17:14:42 +02:00
COPYING
GNUmakefile Cleanup: remove unused icon utilities and make convenience target 2024-06-27 18:28:32 +02:00
make.bat Cleanup: remove unused icon utilities and make convenience target 2024-06-27 18:28:32 +02:00
pyproject.toml Extensions: Support online extensions and move add-ons outside Blender 2024-05-15 19:26:29 +02: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.