CGCookie / CGCookie/quicktools
Feature Suggestion: Grid Fill in addition to Bridge (code inside)
Open
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.