Bsurfaces fails to Reorder Splines (based on GP stroke) #45573

Closed
opened 2015-07-27 09:24:13 +02:00 by Daniel Salazar · 6 comments
Member

System Information

Linux 64b

Blender Version

Broken: Blender 2.75 (sub 2)

Short description of error

Py error on trying to use the Reorder Splines feature

Exact steps for others to reproduce the error

Enable Bsurfaces

Open bsurf.blend

Click on Edit Strokes

Draw GP line from left to right touching all 3 splines (it's already set to object and surface)

Click on Reorder Splines

Info: Applied modifier only changed CV points, not tessellated/bevel vertices
Traceback (most recent call last):
  File "/home/zanqdo/Blender/build_linux/bin/2.75/scripts/addons/mesh_bsurfaces.py", line 3540, in invoke
    self.execute(context)
  File "/home/zanqdo/Blender/build_linux/bin/2.75/scripts/addons/mesh_bsurfaces.py", line 3488, in execute
    bpy.data.objects[splines_unordered[order_idx]].select = True
KeyError: 0

location: <unknown location>:-1
**System Information** Linux 64b **Blender Version** Broken: Blender 2.75 (sub 2) **Short description of error** Py error on trying to use the Reorder Splines feature **Exact steps for others to reproduce the error** Enable Bsurfaces Open [bsurf.blend](https://archive.blender.org/developer/F212862/bsurf.blend) Click on Edit Strokes Draw GP line from left to right touching all 3 splines (it's already set to object and surface) Click on Reorder Splines ``` Info: Applied modifier only changed CV points, not tessellated/bevel vertices Traceback (most recent call last): File "/home/zanqdo/Blender/build_linux/bin/2.75/scripts/addons/mesh_bsurfaces.py", line 3540, in invoke self.execute(context) File "/home/zanqdo/Blender/build_linux/bin/2.75/scripts/addons/mesh_bsurfaces.py", line 3488, in execute bpy.data.objects[splines_unordered[order_idx]].select = True KeyError: 0 location: <unknown location>:-1 ```
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'
Author
Member

Added subscriber: @zanqdo

Added subscriber: @zanqdo
Eclectiel L was assigned by Sergey Sharybin 2015-07-28 14:58:55 +02:00

Added subscriber: @Sergey

Added subscriber: @Sergey
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

I was easily able to repeat this error using both the op's .blend & start from clean blender file.

I was easily able to repeat this error using both the op's .blend & start from clean blender file.
Eclectiel L was unassigned by Brendon Murphy 2015-07-30 02:32:23 +02:00
Brendon Murphy self-assigned this 2015-07-30 02:32:23 +02:00
Member

Closed as duplicate of #39664

Closed as duplicate of #39664
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#45573
No description provided.