From b25b380d2162b37e159f5cea4993a8fd56210492 Mon Sep 17 00:00:00 2001 From: Swann Date: Sun, 11 Oct 2020 19:11:51 +0200 Subject: [PATCH] fix: missing bl_idname --- multi_user/bl_types/bl_material.py | 1 - 1 file changed, 1 deletion(-) diff --git a/multi_user/bl_types/bl_material.py b/multi_user/bl_types/bl_material.py index d71254f..64c6a56 100644 --- a/multi_user/bl_types/bl_material.py +++ b/multi_user/bl_types/bl_material.py @@ -105,7 +105,6 @@ def dump_node(node): "show_expanded", "name_full", "select", - "bl_idname", "bl_label", "bl_height_min", "bl_height_max",