attractor
attractor copied to clipboard
Update for Blender 3.1
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:
Is it possible to fix it?
Please, could you update it for Blender 3.1+?
Same error for Blender 3.3 LTS that's just been released.
Hi mtyka, I updated your addon for blender2.90+ I tested it with blender2.93, 3.2, 3.3 and now no problem! Here is the link: https://mega.nz/file/h9JGSZoK#jIqCZU_Vbsu5J2vwGkt6Xajkngn6t1doEkiJiQ_idrQ
Thanks @Spirou4D you're a legend! Didn't realise the = needed to be swapped in each of the attractor classes.
Thanks @Spirou4D you're a legend! Didn't realise the = needed to be swapped in each of the attractor classes.
Googyflip, here was the solution: https://blender.stackexchange.com/questions/256472/type-error-unsupported-operand-types-for-propertydeferred-and-int-assistance
Hi mtyka, I updated your addon for blender2.90+ I tested it with blender2.93, 3.2, 3.3 and now no problem! Here is the link: https://mega.nz/file/h9JGSZoK#jIqCZU_Vbsu5J2vwGkt6Xajkngn6t1doEkiJiQ_idrQ
Could you update it for Blender 3.4/3.5?