-
- Downloads
Fix missing context attribute access in asset shelf polls
When creating a new main window, the `context.object` attribute wouldn't exist, causing an error message to be printed. Rather than checking if the attribute extists, query the mode from context directly (this is always available), rather than querying it through the active object.
Loading
Please sign in to comment