Bsurface version 1.5 GPL in Blender 2.77

/uploads/default/original/4X/a/a/7/aa7266cb990cc0a6ef7f38c5000da2ded6627a1c.pdfstc=1&thumb=1
If it’s just a Name Error can someone tell how to defined it? I’ve see that so many people have ask the same question I assume I would have to ask someone that knows python.

Attachments

This the message I get when attempting to use Bsurf.pdf (98.4 KB)

In addon file mesh_bsurfaces.py which came as a part of default, preinstalled addons in Blender 2.76,
there is no line


bpy.ops.curve.delete(type='SELECTED')

similar, existing lines contain


bpy.ops.curve.delete(type='VERT')

You could download v2.76 from the above link, unzip and replace your addon file.
Same applies to Blender 2.77 from this page

eppo, trying to solve this too, should the

bpy.ops.curve.delete(type='VERT')

be

bpy.ops.curve.delete(type='SEGMENT')

in the new code?
2.77a or buildbot?

Unfortunately can not answer right now. PC at hands has XP and 2.77 is useless therefor. I’ll try to check later today but i’m not that much of programmer…
From the image of the error message i see 2.77 has VERT and SEGMENT. Probably depends in what context it is being called - there are 3 lines “bpy.ops.curve.delete”.

I was checking 2.77 zip on archive page - this could be ‘official’ one.

…I have Blender 2.77, 2016-03-30 21:39, hash: 01ce8d8 from buildbot. I don’t see any errors creating mesh from GP strokes or Curves if i use Edit Strokes. GP-named things got deleted properly after surface is added.
On today’s build from buildbot (downloaded minutes ago) - no errors.
What should i check, when does error happen to you?