capnm / b8ExtrudePull

Blender 2.8x extrude operator add-on with fast (& currently dirty) removal of mesh geometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

  • Download ExtrudePull.py
  • Open Blender Preferences.
  • Click on 'Install add-on from file' and select this file.
  • Enable the plugin 'Mesh: Extrude Pull':

image

Use

[alt] + [e] in the Edit, Face select mode

or the menu Mesh → Extrude → Extrude Pull Geometry.

Note that a 'Boolean Modifier' is used and applied in the background. Unfortunatelly the current implementation doesn't work as expected, see the Boolean Modifier issues.

For best results, extrude in the normal direction. However, you can always use 'Undo' ([Ctrl] + [z]) and choose a different approach.

The add-on does not currently

  • reliably remove duplicate vertices
  • restore the object location and scale
  • restore the 3D-cursor location

you must do that manually.

Note: The old "Remove Doubles" has been in v2.8x renamed to ([alt]+[m]) Merge by Distance:

Screenshot from 2019-06-30 16-55-58

Screenshot from 2019-06-25 11-47-30

Screenshot from 2019-06-25 11-47-35

Screenshot from 2019-06-30 10-23-03

News

Non-pay-walled alternatives

Fast Carve: The other way around, not exactly user-friendly, but with more control over the shape of the Boolean Modifier.

'Destructive Extrude Operator' patch: https://developer.blender.org/D5336

Bugs

Please report bugs and/or suggested solutions in the issues tab

Hall of Fame

Vladislav Kindushov – Technically better working 2.7x version.

https://blenderartists.org/u/theApe – Fixes for 2.80 API changes.

https://blenderartists.org/t/destructive-extrude-beta/678275 – The think tank 8-)

About

Blender 2.8x extrude operator add-on with fast (& currently dirty) removal of mesh geometry

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:Shell 1.0%