You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Python: Traceback (most recent call last):
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_box.py", line 31, in modal
status = super().modal(context, event)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_primitive.py", line 1474, in modal
self.execute(context)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_box.py", line 65, in execute
objs = self.get_pre_processed_mesh_objs(context, use_local=True, local_world_spc=False, default_world_spc=True)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_primitive.py", line 1045, in get_pre_processed_mesh_objs
split_objs = create_objs_from_island(base, use_world=local_world_spc)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 89, in create_objs_from_island
face_islands = get_face_islands(bm, bm.faces, face_islands)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 66, in get_face_islands
linked_faces = get_linked_faces(faces[0])
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 25, in get_linked_faces
f_linked.extend(get_linked_faces(elem))
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 25, in get_linked_faces
f_linked.extend(get_linked_faces(elem))
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 25, in get_linked_faces
recursiondeptherror.mp4
f_linked.extend(get_linked_faces(elem))
[Previous line repeated 989 more times]
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 16, in get_linked_faces
edges = [e for e in f.edges if len(e.link_faces) == 2]
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 16, in
edges = [e for e in f.edges if len(e.link_faces) == 2]
RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered:
Error: Python: Traceback (most recent call last):
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_box.py", line 31, in modal
status = super().modal(context, event)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_primitive.py", line 1474, in modal
self.execute(context)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_box.py", line 65, in execute
objs = self.get_pre_processed_mesh_objs(context, use_local=True, local_world_spc=False, default_world_spc=True)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\collider_shapes\add_bounding_primitive.py", line 1045, in get_pre_processed_mesh_objs
split_objs = create_objs_from_island(base, use_world=local_world_spc)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 89, in create_objs_from_island
face_islands = get_face_islands(bm, bm.faces, face_islands)
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 66, in get_face_islands
linked_faces = get_linked_faces(faces[0])
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 25, in get_linked_faces
f_linked.extend(get_linked_faces(elem))
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 25, in get_linked_faces
f_linked.extend(get_linked_faces(elem))
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 25, in get_linked_faces
recursiondeptherror.mp4
[Previous line repeated 989 more times]
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 16, in get_linked_faces
edges = [e for e in f.edges if len(e.link_faces) == 2]
File "C:\Users\Documents\Github_blender_scripts\addons\collider_tools\bmesh_operations\mesh_split_by_island.py", line 16, in
edges = [e for e in f.edges if len(e.link_faces) == 2]
RecursionError: maximum recursion depth exceeded while calling a Python object
The text was updated successfully, but these errors were encountered: