Files
MINGW-packages/mingw-w64-blender/0024-openvdb-shared.patch
Алексей 020d8b092b Blender 5 update (#26688)
* audaspace: Update to 1.8.0

* blender: Update to 5.0.0

* Add missing header for math functions
2025-12-03 21:36:13 +03:00

13 lines
553 B
Diff

diff -Naur blender-4.5.2/extern/mantaflow/CMakeLists.txt blender-4.5.2-patched/extern/mantaflow/CMakeLists.txt
--- blender-4.5.2/extern/mantaflow/CMakeLists.txt 2025-08-26 12:30:06.033544100 +0300
+++ blender-4.5.2-patched/extern/mantaflow/CMakeLists.txt 2025-08-26 12:31:05.241090300 +0300
@@ -79,7 +79,7 @@
endif()
if(WITH_OPENVDB)
- if(WIN32)
+ if(MSVC)
# OpenVDB emits lots of these, they should be suppressed through other
# means but MSVC 16.8/16.9 has broken this functionality, so C4251 is
# suppressed here explicitly. See