[Bf-blender-cvs] [cfa65938604] refactor-mesh-sharp-face-generic: Don't move sharp face attribute to BMesh

Hans Goudey noreply at git.blender.org
Thu Jan 5 20:47:25 CET 2023


Commit: cfa65938604957694de2723b558011810f6eab3b
Author: Hans Goudey
Date:   Thu Jan 5 14:46:40 2023 -0500
Branches: refactor-mesh-sharp-face-generic
https://developer.blender.org/rBcfa65938604957694de2723b558011810f6eab3b

Don't move sharp face attribute to BMesh

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

M	source/blender/blenkernel/intern/customdata.cc

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

diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc
index 60d38895a89..60ddb146d57 100644
--- a/source/blender/blenkernel/intern/customdata.cc
+++ b/source/blender/blenkernel/intern/customdata.cc
@@ -2378,7 +2378,8 @@ static bool attribute_stored_in_bmesh_flag(const StringRef name)
               ".select_vert",
               ".select_edge",
               ".select_poly",
-              "material_index");
+              "material_index",
+              "sharp_face");
 }
 
 CustomData CustomData_shallow_copy_remove_non_bmesh_attributes(const CustomData *src,



More information about the Bf-blender-cvs mailing list