looptools add-on doesn't work properly. #42853

Closed
opened 2014-12-09 06:49:09 +01:00 by Massimiliano Puliero · 11 comments

System Information
win7 64 quadro k600

Blender Version
Broken: hash 83cbcef
Worked: official 272b

Short description of error
Looptools dosn't work anymore:

  • error to work with looptools with mirror modifier
  • bridge and loft tools give error when edit the command property (like subdivision or twist)

Exact steps for others to reproduce the error
try to use looptools addon with the attached file

lootools.blend

**System Information** win7 64 quadro k600 **Blender Version** Broken: hash 83cbcef Worked: official 272b **Short description of error** Looptools dosn't work anymore: - error to work with looptools with mirror modifier - bridge and loft tools give error when edit the command property (like subdivision or twist) **Exact steps for others to reproduce the error** try to use looptools addon with the attached file [lootools.blend](https://archive.blender.org/developer/F130410/lootools.blend)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @MassimilianoPuliero

Added subscriber: @MassimilianoPuliero

#42962 was marked as duplicate of this issue

#42962 was marked as duplicate of this issue
Bart Crouch was assigned by Brendon Murphy 2014-12-09 11:43:43 +01:00
Member

Added subscriber: @BrendonMurphy

Added subscriber: @BrendonMurphy
Member

hi, confirmed loop tools is broken.
you will need to add
bme.verts.ensure_lookup_table() or bme.faces.ensure_lookup_table()
(bme being the abbreviation used in mesh extra tools face inset fillet for bmesh)
where needed.
thanks for the report

hi, confirmed loop tools is broken. you will need to add bme.verts.ensure_lookup_table() or bme.faces.ensure_lookup_table() (bme being the abbreviation used in mesh extra tools face inset fillet for bmesh) where needed. thanks for the report

Added subscriber: @kopias

Added subscriber: @kopias

https://github.com/kopias/blender-addons/blob/master/mesh_looptools.py

something that is working in 2.73 testbuild

my modifications:

  • fix/update to work with b2.73 api changes
  • removed Bridge - we have built in
  • remove Stretch - didn't found time to fix it - i dont use it
https://github.com/kopias/blender-addons/blob/master/mesh_looptools.py something that is working in 2.73 testbuild my modifications: - fix/update to work with b2.73 api changes - removed Bridge - we have built in - remove Stretch - didn't found time to fix it - i dont use it
Member

hi, I'll have a look at this soon & try to supply fixes for bridge & stretch also.

hi, I'll have a look at this soon & try to supply fixes for bridge & stretch also.
Member

Added subscribers: @MarkMcGee, @JulianEisel, @BartCrouch

Added subscribers: @MarkMcGee, @JulianEisel, @BartCrouch
Member

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Member

mostly fixed https://developer.blender.org/rBA3ae4be51d0271a1934c2e148f0099a1991def45e
there may be some small issues still with this addon.
It has been updated for 2.73 api.
Closing this series of reports now.

mostly fixed https://developer.blender.org/rBA3ae4be51d0271a1934c2e148f0099a1991def45e there may be some small issues still with this addon. It has been updated for 2.73 api. Closing this series of reports now.
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 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#42853
No description provided.