From 0a96643a9f14a08d728b27d92557f91e9b966359 Mon Sep 17 00:00:00 2001 From: Swann Date: Tue, 16 Feb 2021 15:36:44 +0100 Subject: [PATCH] feat: missing attr (seam, sharp) --- multi_user/bl_types/bl_mesh.py | 2 ++ 1 file changed, 2 insertions(+) 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',