Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorPresto committed Dec 20, 2023
1 parent d4dcfca commit 388498f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions i_scene_cp77_gltf/main/meshtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand All @@ -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, ""))
Expand Down

0 comments on commit 388498f

Please sign in to comment.