Open bikerpilot opened 10 years ago
Just a suggestion, but maybe in addition to "Bridge Edge Loops", a "Grid Fill" might be useful too. It's a natural extension and the two really belong together. Can just add the fill grid after bridge in quick_edit_mode.py like so:
layout.operator("mesh.bridge_edge_loops") layout.operator("mesh.fill_grid")
The above was tested and works. See Below.
The reason I think this might be useful is because by default Grid Fill doesn't seem to have a hotkey and it's only accessible by searching for now.
Just a suggestion, but maybe in addition to "Bridge Edge Loops", a "Grid Fill" might be useful too. It's a natural extension and the two really belong together. Can just add the fill grid after bridge in quick_edit_mode.py like so:
The above was tested and works. See Below.