Blender Cloud Add-on breaks in Blender 2.93 #89495

Closed
opened 2021-06-28 10:34:18 +02:00 by Anna Sirota · 3 comments

"Image>Get image from Blender Cloud", shortcut "Shift+Ctrl+Alt+A" results in the following error:

Python: Traceback (most recent call last):
File "C:\Users\blgri\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blender_cloud\texture_browser\__init__.py", line 106, in invoke
self._draw_handle = context.space_data.draw_handler_add(
AttributeError: 'NoneType' object has no attribute 'draw_handler_add'

location: <unknown location>:-1

In Blender 2.92 this still works

"Image>Get image from Blender Cloud", shortcut "Shift+Ctrl+Alt+A" results in the following error: ``` Python: Traceback (most recent call last): File "C:\Users\blgri\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\blender_cloud\texture_browser\__init__.py", line 106, in invoke self._draw_handle = context.space_data.draw_handler_add( AttributeError: 'NoneType' object has no attribute 'draw_handler_add' location: <unknown location>:-1 ``` In Blender 2.92 this still works
Anna Sirota self-assigned this 2021-06-28 10:34:18 +02:00
Author

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author

Added subscriber: @railla

Added subscriber: @railla
Anna Sirota removed their assignment 2021-06-28 11:03:43 +02:00
Author

Closed as duplicate of blender/blender#89526

Closed as duplicate of blender/blender#89526
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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#89495
No description provided.