I'm trying to use this addon: https://github.com/ucupumar/bevel-curve-tools/blob/master/init.py in blender 2.82 but when I'm creating a new beveled curve I get this error:
File "C:\Users\Saynom\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\bevel-curve-tools-master\__init__.py", line 539, in execute
subsurf = self.subsurf)
File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\modules\bpy\ops.py", line 201, in __call__
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Operator bpy.ops.curve.y_add_bevel_to_curve.poll() failed, context is incorrect
location: <unknown location>:-1
I don't understand Python but is there any quick fix to this issue by any chance?
Thanks in advance for your help.