bsurfaces doesn't work #42799

Closed
opened 2014-12-04 03:59:31 +01:00 by Massimiliano Puliero · 10 comments

System Information
win7 quadro k600

Blender Version
Broken: 2.72b hash af92f3d
Worked: official 2.72b

Short description of error
bsurfaces addon doesnt work anymore

Exact steps for others to reproduce the error
open the file, acivate bsurface add-on, push "add surface" in the T panel

bsurfaces.blend

**System Information** win7 quadro k600 **Blender Version** Broken: 2.72b hash af92f3d Worked: official 2.72b **Short description of error** bsurfaces addon doesnt work anymore **Exact steps for others to reproduce the error** open the file, acivate bsurface add-on, push "add surface" in the T panel [bsurfaces.blend](https://archive.blender.org/developer/F128766/bsurfaces.blend)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @MassimilianoPuliero

Added subscriber: @MassimilianoPuliero
Eclectiel L was assigned by Bastien Montagne 2014-12-05 10:05:34 +01:00

Added subscriber: @mont29

Added subscriber: @mont29

Added subscriber: @JoshuaLeung

Added subscriber: @JoshuaLeung

Joshua, this is most than likely related to your recent changes in GP area, so adding you here too, just in case. ;)

Joshua, this is most than likely related to your recent changes in GP area, so adding you here too, just in case. ;)

Closed as duplicate of #42774

Closed as duplicate of #42774
Member

Is bsurfaces included in our addons repository? There was another report the other day, and the problem was that addons using Grease Pencil data will now need to be looking for it in both the active object and the scene - the active object (for old files) and scene for all new files.

Is bsurfaces included in our addons repository? There was another report the other day, and the problem was that addons using Grease Pencil data will now need to be looking for it in both the active object and the scene - the active object (for old files) and scene for all new files.

Added subscriber: @0rAngE

Added subscriber: @0rAngE

Yes, related to GP.
This is the error:
"There aren't any strokes."

Yes, related to GP. This is the error: "There aren't any strokes."

A quick fix while the new GP is still in WiP state.

This is s post from el_diablo on BA (the original Bsurfaces v1.5 thread from Eclectiel):

So GP strokes are under scene by default from 2.73 (or recent buildbots). The fast fix is to manually assign the GPencil to the object instead. Since Algorith intends to provide UI for making the object assignment I don't see a need for changing the Bsurfaces code.

For anyone in trouble because Bsurfaces and/or loop tools don't work right now:

  • draw your strokes while in edit mode
  • open up python console
  • copy/paste: C.active_object.grease_pencil = bpy.data.grease_pencil["GPencil"]
  • if you changed GPencil default datablock name, replace in above line as well
  • Run Add Surface
A quick fix while the new GP is still in WiP state. This is s post from **el_diablo** on BA (the original Bsurfaces v1.5 thread from Eclectiel): So GP strokes are under scene by default from 2.73 (or recent buildbots). The fast fix is to manually assign the GPencil to the object instead. Since Algorith intends to provide UI for making the object assignment I don't see a need for changing the Bsurfaces code. For anyone in trouble because Bsurfaces and/or loop tools don't work right now: - draw your strokes while in edit mode - open up python console - copy/paste: C.active_object.grease_pencil = bpy.data.grease_pencil["GPencil"] - if you changed GPencil default datablock name, replace in above line as well - Run Add Surface
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 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#42799
No description provided.