Boltfactory : AttributeError: type object 'AddObjectHelper' has no attribute 'view_align_update_callback' #64685

Closed
opened 2019-05-16 06:01:04 +02:00 by Ray molenkamp · 5 comments
Member

System Information
Operating system: All
Graphics card: N/A

Blender Version
Broken: Issue introduced by 8c37a7fe4a
Worked: before this commit.

Short description of error

Blender 2.80 (sub 64) (hash 989d8543853c built 2019-05-15 22:18:24)
found bundled python: /home/vsts/work/1/build/bin/2.80/python
Paths:
	'/home/vsts/work/1/build/bin/2.80/scripts/modules'
	'/home/vsts/work/1/build/bin/2.80/scripts'
Traceback (most recent call last):
  File "/home/vsts/work/1/s/tests/python/bl_load_py_modules.py", line 234, in <module>
    main()
  File "/home/vsts/work/1/s/tests/python/bl_load_py_modules.py", line 228, in main
    load_modules()
  File "/home/vsts/work/1/s/tests/python/bl_load_py_modules.py", line 138, in load_modules
    modules.append(__import__(mod))
  File "/home/vsts/work/1/build/bin/2.80/scripts/addons/add_mesh_BoltFactory/__init__.py", line 37, in <module>
    from . import Boltfactory
  File "/home/vsts/work/1/build/bin/2.80/scripts/addons/add_mesh_BoltFactory/Boltfactory.py", line 36, in <module>
    class add_mesh_bolt(Operator, AddObjectHelper):
  File "/home/vsts/work/1/build/bin/2.80/scripts/addons/add_mesh_BoltFactory/Boltfactory.py", line 244, in add_mesh_bolt
    update=AddObjectHelper.view_align_update_callback,
AttributeError: type object 'AddObjectHelper' has no attribute 'view_align_update_callback'

Exact steps for others to reproduce the error

run either the script_load_modules or script_load_addon test

**System Information** Operating system: All Graphics card: N/A **Blender Version** Broken: Issue introduced by 8c37a7fe4a Worked: before this commit. **Short description of error** ``` Blender 2.80 (sub 64) (hash 989d8543853c built 2019-05-15 22:18:24) found bundled python: /home/vsts/work/1/build/bin/2.80/python Paths: '/home/vsts/work/1/build/bin/2.80/scripts/modules' '/home/vsts/work/1/build/bin/2.80/scripts' Traceback (most recent call last): File "/home/vsts/work/1/s/tests/python/bl_load_py_modules.py", line 234, in <module> main() File "/home/vsts/work/1/s/tests/python/bl_load_py_modules.py", line 228, in main load_modules() File "/home/vsts/work/1/s/tests/python/bl_load_py_modules.py", line 138, in load_modules modules.append(__import__(mod)) File "/home/vsts/work/1/build/bin/2.80/scripts/addons/add_mesh_BoltFactory/__init__.py", line 37, in <module> from . import Boltfactory File "/home/vsts/work/1/build/bin/2.80/scripts/addons/add_mesh_BoltFactory/Boltfactory.py", line 36, in <module> class add_mesh_bolt(Operator, AddObjectHelper): File "/home/vsts/work/1/build/bin/2.80/scripts/addons/add_mesh_BoltFactory/Boltfactory.py", line 244, in add_mesh_bolt update=AddObjectHelper.view_align_update_callback, AttributeError: type object 'AddObjectHelper' has no attribute 'view_align_update_callback' ``` **Exact steps for others to reproduce the error** run either the script_load_modules or script_load_addon test
Author
Member

Added subscriber: @LazyDodo

Added subscriber: @LazyDodo
Brecht Van Lommel was assigned by Ray molenkamp 2019-05-16 06:01:51 +02:00
Author
Member

given 8c37a7fe4a was yours, mind taking a peek?

given 8c37a7fe4a was yours, mind taking a peek?

Are you sure you have the latest add-ons? I can't find no more references to view_align_update_callback in add-ons master.

Are you sure you have the latest add-ons? I can't find no more references to `view_align_update_callback` in add-ons master.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

I'll assume this is some issue of not installing the scripts properly, since that code does not exist anymore.

I'll assume this is some issue of not installing the scripts properly, since that code does not exist anymore.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#64685
No description provided.