LuxCoreRender Release Notes v2.11: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* Removed a workaround introduced in previous version (we used to build a fake wheel to get containerization) | * Removed a workaround introduced in previous version (we used to build a fake wheel to get containerization) | ||
* OpenMP - MacOS: Use of homebrew OpenMP rather than Conan one. | * OpenMP - MacOS: Use of homebrew OpenMP rather than Conan one. | ||
* OpenImageIO: deactivation of several image formats that seem unrelated to or unsupported by LuxCore: freetype, hdf5, ffmpeg, libheif, ptex. This removal decreases both compilation time and build result. Those formats are separably reactivable, in case they were missing. | * OpenImageIO: deactivation of several image formats that seem unrelated to or unsupported by LuxCore: freetype, hdf5, ffmpeg, libheif, ptex, opencv. This removal decreases both compilation time and build result. Those formats are separably reactivable, in case they were missing. |
Revision as of 16:14, 10 May 2025
BlendLuxCore
LuxCore
- Reduction of Boost footprint, replaced with standard equivalents available in C++20.
- For the need of previous point: replacement of apple-clang by clang 20 on MacOS platforms
LuxCoreDeps
- Dependencies updated to latest versions
- Removed a workaround introduced in previous version (we used to build a fake wheel to get containerization)
- OpenMP - MacOS: Use of homebrew OpenMP rather than Conan one.
- OpenImageIO: deactivation of several image formats that seem unrelated to or unsupported by LuxCore: freetype, hdf5, ffmpeg, libheif, ptex, opencv. This removal decreases both compilation time and build result. Those formats are separably reactivable, in case they were missing.