mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Added .abc as valid extension
This commit is contained in:
parent
e08b04a5ba
commit
4a8339dd12
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from avalon import api
|
|||
import avalon.blender
|
||||
from openpype.api import PypeCreatorMixin
|
||||
|
||||
VALID_EXTENSIONS = [".blend", ".json"]
|
||||
VALID_EXTENSIONS = [".blend", ".json", ".abc"]
|
||||
|
||||
|
||||
def asset_name(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue