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