b8ExtrudePull

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

View the Project on GitHub capnm/b8ExtrudePull

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

Install

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

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-)