Something wrong during running a script:
Python: Traceback (most recent call last):
File "/Users/zbyszek/Library/Application Support/Blender/3.1/scripts/addons/attractor_blender_2_80.py", line 86, in execute
polyline.points.add(self.npoints - 1)
TypeError: unsupported operand type(s) for -: '_PropertyDeferred' and 'int'
location: :-1
Is it possible to fix it?
Something wrong during running a script:
Python: Traceback (most recent call last):
File "/Users/zbyszek/Library/Application Support/Blender/3.1/scripts/addons/attractor_blender_2_80.py", line 86, in execute
polyline.points.add(self.npoints - 1)
TypeError: unsupported operand type(s) for -: '_PropertyDeferred' and 'int'
location: :-1
Is it possible to fix it?