1

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.

Saynom
  • 11
  • 1
  • 3
  • 1
    Were you in edit or object mode when you used the function of this add-on that caused this error ? Maybe try in the other one – Gorgious May 05 '20 at 06:59
  • @Gorgious When you add a new beveled curve in object mode it automatically puts you in edit mode. And if I'm already in edit mode I also get this error. – Saynom May 05 '20 at 07:08
  • Alright, that was my 2 cents ! Then I don't know. I saw you already created an issue on the github page, I think you should wait for the author to get back to you, it is hard to say otherwise. Good luck ! – Gorgious May 05 '20 at 07:15
  • @Gorgious Alright, thanks! – Saynom May 05 '20 at 07:29

0 Answers0