04-16-2023, 04:05 AM
(04-15-2023, 11:01 AM)goran Wrote: So you'll also have to cast the values, you can just put these two lines
in the beginning of the function (def line is the same as it was):
Code:
def divide_selection_using_guides(img, x_div, y_div):
x_div = int(x_div)
y_div = int(y_div)
That should be it.
It's not working, the plugin don't load at all