mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
Minor fix
This commit is contained in:
@@ -353,7 +353,7 @@ def getViews(self, context):
|
||||
for collection in views_collection.children:
|
||||
for obj in collection.objects:
|
||||
if obj.type == 'CAMERA':
|
||||
views_enum.append((obj.name, obj.name, ''))
|
||||
views_enum.append((obj.name.split('/')[1], obj.name.split('/')[1], ''))
|
||||
return views_enum
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user