a7422f3cd79b17073a421d53d308389d9fa2cf8f
The dpcpp folder grew from 200M to 500M with the last update due to lld being enabled and having 5 different copies in the bin folder. We do not need to ship lld so it can be safely removed. However previous harvest cleaned up the build folder before copying the libs to their final destination in output, this will no longer work, since we actually do need lld to build embree. So copy to the full build folder to output first, then remove the binaries we do not need. Embree will use the binaries in the build folder so it will be unaffected by this.
…
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%
