Bridge function broken (Loop Tools) #42962

Closed
opened 2014-12-19 19:31:27 +01:00 by Mark McGee · 8 comments

System Information
OS Win 64, GTX 660 graphics card

Blender Version
Broken: 2.72.3 Buildbot version
Worked: 2.72 official release

In edit mode select a face on each of two nearby disjoint meshes. Select Loop Tools, Bridge. Does not work.

**System Information** OS Win 64, GTX 660 graphics card **Blender Version** Broken: 2.72.3 Buildbot version Worked: 2.72 official release In edit mode select a face on each of two nearby disjoint meshes. Select Loop Tools, Bridge. Does not work.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @MarkMcGee

Added subscriber: @MarkMcGee
Member

Added subscriber: @JulianEisel

Added subscriber: @JulianEisel
Member

Can't confirm here. Could you upload a .blend file, so we can see if there is something wrong with your mesh?

Can't confirm here. Could you upload a .blend file, so we can see if there is something wrong with your mesh?
Author

I get this error when I envoke Loop Tools, Bridge:

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 320

2, in invoke

  return self.execute(context)
File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 327

0, in execute

  bridge_remove_internal_faces(bm, old_selected_faces)
File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 156

1, in bridge_remove_internal_faces

  remove_faces = [bm.faces[face] for face in old_selected_faces]
File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 156

1, in

  remove_faces = [bm.faces[face] for face in old_selected_faces]

IndexError: BMElemSeq[index]: outdated internal index table, run ensure_lookup_table() first

But if I press Ctrl N, it corrects the normals and looks alright.

File:untitled.blend

I get this error when I envoke Loop Tools, Bridge: Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 320 ``` 2, in invoke ``` return self.execute(context) File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 327 ``` 0, in execute ``` bridge_remove_internal_faces(bm, old_selected_faces) File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 156 ``` 1, in bridge_remove_internal_faces ``` remove_faces = [bm.faces[face] for face in old_selected_faces] File "C:\Program Files\Blender Foundation\blender-2.72-win64 Buildbot\2.72\scripts\addons\mesh_looptools.py", line 156 ``` 1, in <listcomp> ``` remove_faces = [bm.faces[face] for face in old_selected_faces] ``` IndexError: BMElemSeq[index]: outdated internal index table, run ensure_lookup_table() first But if I press Ctrl N, it corrects the normals and looks alright. File:[untitled.blend](https://archive.blender.org/developer/F132980/untitled.blend)
Member

Added subscriber: @BartCrouch

Added subscriber: @BartCrouch
Member

Sorry, I thought you were refering to the "official" tool included in Blender (hit spacebar, type "bridge"), which works fine.
Anyway, this bug is caused by blender/blender@785b90d7ef, which changed the Python API, so it needs to be corrected (best by @BartCrouch himslelf). More info here .

Sorry, I thought you were refering to the "official" tool included in Blender (hit spacebar, type "bridge"), which works fine. Anyway, this bug is caused by blender/blender@785b90d7ef, which changed the Python API, so it needs to be corrected (best by @BartCrouch himslelf). More info [here ](http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.73/Addons).
Member

Closed as duplicate of #42853

Closed as duplicate of #42853
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#42962
No description provided.