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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to