Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/cmake/cmake_consistency_check_config.py')
-rw-r--r--build_files/cmake/cmake_consistency_check_config.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py
index a6215b40ae8..2634b1ae567 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -49,6 +49,15 @@ IGNORE = (
"extern/recastnavigation/Recast/Include/RecastTimer.h",
"intern/audaspace/SRC/AUD_SRCResampleFactory.h",
"intern/audaspace/SRC/AUD_SRCResampleReader.h",
+
+ # for bmesh branch only
+ "source/blender/bmesh/editmesh_tools.c",
+ "source/blender/bmesh/intern/in-progress/BME_conversions.c",
+ "source/blender/bmesh/tools/BME_bevel.c",
+ "source/blender/bmesh/tools/BME_dupe_ops.c",
+ "source/blender/bmesh/tools/BME_duplicate.c",
+ "source/blender/bmesh/tools/BME_extrude.c",
+ "source/blender/bmesh/tools/BME_weld.c",
)
UTF8_CHECK = True