The 'Remove from All Groups' option doesn’t work

Vitaly

Python: Traceback (most recent call last):
File “C:\Users\tyuki\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\ZenSets\sets\objects\collection_interface.py”, line 494, in execute
return p_cls_mgr.execute_RemoveSelectionFromGroup(self, context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File “C:\Users\tyuki\AppData\Roaming\Blender Foundation\Blender\5.1\scripts\addons\ZenSets\sets\objects\collection_object_sets.py”, line 1385, in execute_RemoveSelectionFromGroup
bpy.ops.object.move_to_collection(collection_index=0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
TypeError: Converting py args to operator properties:: keyword “collection_index” unrecognized

In version 4.5 it works, but in version 5.1 it doesn’t.
Version 2.5.5.0


Imported from Discord

AlexZhornyak

I can confirm the issue. I see that Blender introduced collection uuid and API has been changed, so I need some time to make a refactoring. Will fix it soon
Imported from Discord

Vitaly

Thanks!
Imported from Discord

AlexZhornyak

Bug was fixed. Update to the latest version
Imported from Discord