[Bf-blender-cvs] [0b5b8d0beb5] sculpt-dev: Sculpt: disable freelist mesh id backend, trying to keep it disabled in builds until I've tested it a bit more.

Joseph Eagar noreply at git.blender.org
Tue Oct 5 23:29:24 CEST 2021


Commit: 0b5b8d0beb5dfa40fc95ae478dea8196d5ceeaae
Author: Joseph Eagar
Date:   Tue Oct 5 14:28:33 2021 -0700
Branches: sculpt-dev
https://developer.blender.org/rB0b5b8d0beb5dfa40fc95ae478dea8196d5ceeaae

Sculpt: disable freelist mesh id backend,
        trying to keep it disabled in builds
	until I've tested it a bit more.

===================================================================

M	source/blender/bmesh/bmesh_class.h

===================================================================

diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 42c0bec06a7..7aec1ea0721 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -292,7 +292,7 @@ typedef struct BMFlagLayer {
 
 struct RangeTreeUInt;
 
-#define WITH_BM_ID_FREELIST
+//#define WITH_BM_ID_FREELIST
 
 typedef struct BMesh {
   int totvert, totedge, totloop, totface;



More information about the Bf-blender-cvs mailing list