I fixed this by just changing the 0.5 to 1 on line 60 of the beziereditingtool.py file. I'm guessing this method just changed it's argument requirement??? Seems like this is the only place that setWidth is called without an int in the argument. Thanks for all the work on this package!
I fixed this by just changing the
0.5
to1
on line 60 of thebeziereditingtool.py
file. I'm guessing this method just changed it's argument requirement??? Seems like this is the only place thatsetWidth
is called without anint
in the argument. Thanks for all the work on this package!