Hound fixes

This commit is contained in:
Simone Barbieri 2020-07-03 09:27:43 +01:00
parent 345601a79f
commit 875962ed9b

View file

@ -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 = []