mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Hound fixes
This commit is contained in:
parent
345601a79f
commit
875962ed9b
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ from typing import Dict, List, Optional
|
|||
|
||||
import bpy
|
||||
|
||||
from avalon import api, blender
|
||||
from avalon import api
|
||||
|
||||
VALID_EXTENSIONS = [".blend"]
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ def get_unique_number(
|
|||
) -> str:
|
||||
"""Return a unique number based on the asset name."""
|
||||
avalon_containers = [
|
||||
c for c in bpy.data.collections
|
||||
c for c in bpy.data.collections
|
||||
if c.name == 'AVALON_CONTAINERS'
|
||||
]
|
||||
loaded_assets = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue