diff --git a/multi_user/bl_types/bl_mesh.py b/multi_user/bl_types/bl_mesh.py index 9ffda41..15ecc27 100644 --- a/multi_user/bl_types/bl_mesh.py +++ b/multi_user/bl_types/bl_mesh.py @@ -34,6 +34,8 @@ EDGE = [ 'vertices', 'crease', 'bevel_weight', + 'use_seam', + 'use_edge_sharp', ] LOOP = [ 'vertex_index',