mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Hound fixes
This commit is contained in:
parent
821b478830
commit
b5ebe86b14
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class CreateBlendScene(plugin.Creator):
|
|||
lib.imprint(asset_group, self.data)
|
||||
|
||||
try:
|
||||
area = next(
|
||||
area = next(
|
||||
area for area in bpy.context.window.screen.areas
|
||||
if area.type == 'OUTLINER')
|
||||
region = next(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue