CGCookie / quicktools

Quick Tools addon for Blender
http://cgcookie.com/blender
GNU General Public License v2.0
13 stars 8 forks source link

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

Open bikerpilot opened 10 years ago

bikerpilot commented 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.

gridfill

bikerpilot commented 10 years ago

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.