Describe the bug
Fails when importing from Makehuman with "Error: Object 'pauline' already in collection 'Collection'"
STACK TRACE
Traceback (most recent call last):
File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/ui/mpfboperator.py", line 89, in execute
return self.hardened_execute(context)
File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/ui/importer/operators/importhuman.py", line 471, in hardened_execute
self._construct_basemesh_and_or_rig_if_required(importer)
File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/ui/importer/operators/importhuman.py", line 79, in _construct_basemesh_and_or_rig_if_required
(obj, parent) = temp["socket_body"].as_blender_mesh_object()
File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/entities/socketobject/socketbodyobject.py", line 219, in as_blender_mesh_object
ObjectService.link_blender_object(obj, collection=collection, parent=obj_parent)
File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/services/objectservice.py", line 153, in link_blender_object
collection.objects.link(object_to_link)
RuntimeError: Error: Object 'pauline' already in collection 'Collection'
Describe the bug Fails when importing from Makehuman with "Error: Object 'pauline' already in collection 'Collection'"
STACK TRACE
Traceback (most recent call last): File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/ui/mpfboperator.py", line 89, in execute return self.hardened_execute(context) File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/ui/importer/operators/importhuman.py", line 471, in hardened_execute self._construct_basemesh_and_or_rig_if_required(importer) File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/ui/importer/operators/importhuman.py", line 79, in _construct_basemesh_and_or_rig_if_required (obj, parent) = temp["socket_body"].as_blender_mesh_object() File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/entities/socketobject/socketbodyobject.py", line 219, in as_blender_mesh_object ObjectService.link_blender_object(obj, collection=collection, parent=obj_parent) File "/home/barry/.config/blender/3.6/scripts/addons/mpfb/services/objectservice.py", line 153, in link_blender_object collection.objects.link(object_to_link) RuntimeError: Error: Object 'pauline' already in collection 'Collection'