Icons: update generation script

This commit is contained in:
Campbell Barton 2018-06-20 16:15:06 +02:00
parent 00fd2b57d1
commit 1ccd70b7c1
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ def main():
objects = []
if args.group:
group = bpy.data.groups.get(args.group)
group = bpy.data.collections.get(args.group)
if group is None:
print(f"Group {args.group!r} not found!")
return