Closed jasperges closed 5 years ago
Woot! That's great news. :) When you say "should", does that mean you have yet to test it?
No, I actually did test it. :) In Blender 2.80 all optional arguments must be given as keywords and cannot be passed by position.
https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API#Keyword_Only_Arguments
Sweet, thanks! Merging this. Released as 1.10.0 and available on PyPI.
So far this is the only thing I encountered that didn't work in Blender 2.80. This simple fix should make it work in both Blender 2.79 and Blender 2.80.