I'm having trouble using Bsurfaces (GPL, 1.5.1, shipped with Blender)
Sequence of events:
- Create mesh object to contain surface
- Create series of Bezier splines to be lofted, in a single curve object (The error is also occurring with Grease Pencil strokes attached to the mesh object)
- Select curve, then mesh.
- Put mesh into Edit Mode.
- In the only available Bsurfaces panel, hit 'Add Surface'
- The surface is created. So far, so good.
- Another panel becomes available: 'Bsurfaces add surface'.
Any attempt to change the 'Cross' or 'Follow' fields in the new panel results in the following error:
Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.79\scripts\addons\mesh_bsurfaces.py", line 3085, in execute bpy.data.objects[self.main_object.name].select = True ReferenceError: StructRNA of type Object has been removed
This happens with whatever settings I try, (including 'Keep Strokes') in two builds of 2.79.
I've tried repairing the Blender installation, in case I've got the wrong script.. (where would I find one known to be good?)