Unfortunately, it doesn't work on version 4.5.5.
When trying to use it in Edit mode, it returns an error:
Python: Traceback (most recent call last):
File "C:\Users\Cubic\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\blender_org\bool_tool\tools\common\types.py", line 256, in add_auto_smooth_modifier
bpy.ops.object.shade_auto_smooth()
File "C:\Program Files\Blender Foundation\Blender 4.5\4.5\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Operator bpy.ops.object.shade_auto_smooth.poll() failed, context is incorrect
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Cubic\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\blender_org\bool_tool\tools\common\types.py", line 259, in add_auto_smooth_modifier
bpy.ops.object.modifier_add_node_group(asset_library_type="ESSENTIALS",
File "C:\Program Files\Blender Foundation\Blender 4.5\4.5\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: No asset found at path "C:\Program Files\Blender Foundation\Blender 4.5\4.5\datafiles\assets\nodes\geometry_nodes_essentials.blend\NodeTree\Smooth by Angle"
Unfortunately, it doesn't work on version 4.5.5. When trying to use it in Edit mode, it returns an error:
Python: Traceback (most recent call last): File "C:\Users\Cubic\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\blender_org\bool_tool\tools\common\types.py", line 256, in add_auto_smooth_modifier bpy.ops.object.shade_auto_smooth() File "C:\Program Files\Blender Foundation\Blender 4.5\4.5\scripts\modules\bpy\ops.py", line 109, in call ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Operator bpy.ops.object.shade_auto_smooth.poll() failed, context is incorrect
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\Cubic\AppData\Roaming\Blender Foundation\Blender\4.5\extensions\blender_org\bool_tool\tools\common\types.py", line 259, in add_auto_smooth_modifier bpy.ops.object.modifier_add_node_group(asset_library_type="ESSENTIALS", File "C:\Program Files\Blender Foundation\Blender 4.5\4.5\scripts\modules\bpy\ops.py", line 109, in call ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: No asset found at path "C:\Program Files\Blender Foundation\Blender 4.5\4.5\datafiles\assets\nodes\geometry_nodes_essentials.blend\NodeTree\Smooth by Angle"