b874a0ead8ce4f177c715cb9fe4a1acb06ec9fe2
msgfmt has a TBB dependency though bf_blenlib, now for a release build The MSVC linker is smart enough to realize none of the TBB code is actually used and discards it. In debug mode the linker is a bit more conservative and doesn't, leaving msgfmt with a runtime dependency on TBB. The problem here is, we only copy the runtime dlls during the install phase, and msgfmt runs long long before that. For this reason when we run msgfmt we should make sure any runtime needs it could have are met in the path, there already is a handy variable for that since oslc has similar requirements. Pull Request #105048
…
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.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
