CGCookie / CGCookie/quicktools

Feature Suggestion: Grid Fill in addition to Bridge (code inside)

Open
#8 1 comment 0 reactions 0 assignees View on GitHub
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.

![gridfill](https://f.cloud.github.com/assets/6529341/2037186/6d01f374-8965-11e3-95a7-443812968994.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.