-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problem picking aligment points in Blender 2.8 #19
Comments
you need to download the 2.80 branch |
I have downloaded the 2.8 branch. Otherwise I wouldn’t expect it to work |
you may nee to clear out the cached addon files. As you can see, the error mentions line 241. In master branch, the line matches the error you have. In b_280 branch, the line is completely different because of the additional gpu code I had to add at the top of the file. https://github.com/patmo141/object_alignment/blob/master/operators/align_pick_points.py#L241 https://github.com/patmo141/object_alignment/blob/b_280/operators/align_pick_points.py#L241 |
Thanks. Best regards, Leon |
created new issue #20 since I anticipate maintaining 279 and 280 support for a while. Thanks! |
Hi I am experiencing an issue when I try to pick points for aligment.
When I select both the base object an the align object and click on "Align: Picked Points" Button I get this error:
Traceback (most recent call last): File "/Users/leonlazic/Library/Application Support/Blender/2.80/scripts/addons/patmo141-object_alignment-2f5bc25/operators/align_pick_points.py", line 241, in invoke ob.select = False AttributeError: 'Object' object has no attribute 'select'
Align Object Version: 0.2.0
OS: Mac OS
Blender Version: 2.80 2019-07-29
Best Regards, Leon
The text was updated successfully, but these errors were encountered: