(☠ Retired) Neltulz - Bonus Utils - Blender 2.8

Absolutely fantastic! Thank you so much!

1 Like

The download link in the README file should now take you to the github page instead of the obsolete gumroad page. Sorry about that.

1 Like

5/16/2021 , v 1.0.6 – “Documentation” button in Addon dialog goes to 404 error.

Thanks for the utilities! Got here from the “add parent to collection” thread.

Hey Neil, hope all is well. Just reporting in with a bug from the recent Blender 3.0 update. I got this error when trying to use the Normal Extrude+ tool on a mesh.

Python: Traceback (most recent call last):
File “C:\Users\UserName\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\Neltulz_Bonus_Utils\normalextrudeplusOt.py”, line 207, in invoke
return self.execute(context)
File “C:\Users\UserName\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\Neltulz_Bonus_Utils\normalextrudeplusOt.py”, line 152, in execute
bmesh.update_edit_mesh(me, True)
TypeError: update_edit_mesh() takes at most 1 positional argument (2 given)
location: :-1