mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed usage of HOST_WORKFILE_EXTENSIONS
This commit is contained in:
parent
4c82914426
commit
a2ea726be1
1 changed files with 1 additions and 2 deletions
|
|
@ -2,11 +2,10 @@
|
|||
import os
|
||||
|
||||
import hou
|
||||
from openpype.pipeline import HOST_WORKFILE_EXTENSIONS
|
||||
|
||||
|
||||
def file_extensions():
|
||||
return HOST_WORKFILE_EXTENSIONS["houdini"]
|
||||
return [".hip", ".hiplc", ".hipnc"]
|
||||
|
||||
|
||||
def has_unsaved_changes():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue