KiitoX / blender-proportional-subdivide

Blender add-on to help subdivide edges with mathematical precision
MIT License
1 stars 0 forks source link

Trackback error #1

Open Kettupoika opened 5 years ago

Kettupoika commented 5 years ago

In Blender Version 2.79b (2.79b 2018-03-22, Blender Foundation

When clicking plus sign under Propertional subdevide tab in Tools> (whilst in edit mode)

Getting the error:

Traceback (most recent call last): File "/Users/Hvidsten/Library/Application Support/Blender/2.79/scripts/addons/proportional_subdivide.py", line 82, in invoke ts.props.move(ts.active_index, new_index) UnboundLocalError: local variable 'new_index' referenced before assignment

location: :-1

KiitoX commented 5 years ago

Hmm, I'll need some details... Does this always happen? If not, do you have any idea how I can try to reproduce this?

It also might be worth just reinstalling the script, because looking at the code I can't imagine it failing like that unless something wasn't executed properly in initialisation...

EDIT: I also noticed that you're most likely using macOS, so I might need you to do some testing for me, in case it is platform specific...