Code Cleanup: spelling
This commit is contained in:
@@ -172,7 +172,7 @@ class OBJECT_PT_groups(ObjectButtonsPanel, Panel):
|
||||
obj_name = obj.name
|
||||
for group in bpy.data.groups:
|
||||
# XXX this is slow and stupid!, we need 2 checks, one thats fast
|
||||
# and another that we can be sure its not a name collission
|
||||
# and another that we can be sure its not a name collision
|
||||
# from linked library data
|
||||
group_objects = group.objects
|
||||
if obj_name in group.objects and obj in group_objects[:]:
|
||||
|
Reference in New Issue
Block a user