diff --git a/i_scene_cp77_gltf/main/meshtools.py b/i_scene_cp77_gltf/main/meshtools.py index 13c99a3..da6a2e7 100644 --- a/i_scene_cp77_gltf/main/meshtools.py +++ b/i_scene_cp77_gltf/main/meshtools.py @@ -12,7 +12,6 @@ def CP77CollectionList(self, context): items = [] - items.append('None') ## don't include these as their not useful excluded_names = ["Collection", "Scene Collection"] @@ -24,7 +23,6 @@ def CP77CollectionList(self, context): def CP77ArmatureList(self, context): items = [] - items.append('None') for obj in bpy.data.objects: if obj.type == 'ARMATURE': items.append((obj.name, obj.name, ""))