-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Blender 3.1 #4
Comments
Please, could you update it for Blender 3.1+? |
Same error for Blender 3.3 LTS that's just been released. |
Hi mtyka, |
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 |
Could you update it for Blender 3.4/3.5? |
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?
The text was updated successfully, but these errors were encountered: