Skip to content

Commit

Permalink
Merge pull request #926 from ynput/enhancement/remove-unused-variable
Browse files Browse the repository at this point in the history
Chore: Remove 'HOST_WORKFILE_EXTENSIONS'
  • Loading branch information
iLLiCiTiT authored Oct 1, 2024
2 parents c31acb9 + df1b92e commit 2d59d4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions client/ayon_core/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
AVALON_INSTANCE_ID,
AYON_CONTAINER_ID,
AYON_INSTANCE_ID,
HOST_WORKFILE_EXTENSIONS,
)

from .anatomy import Anatomy
Expand Down Expand Up @@ -114,7 +113,6 @@
"AVALON_INSTANCE_ID",
"AYON_CONTAINER_ID",
"AYON_INSTANCE_ID",
"HOST_WORKFILE_EXTENSIONS",

# --- Anatomy ---
"Anatomy",
Expand Down
18 changes: 0 additions & 18 deletions client/ayon_core/pipeline/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,3 @@
# Backwards compatibility
AVALON_CONTAINER_ID = "pyblish.avalon.container"
AVALON_INSTANCE_ID = "pyblish.avalon.instance"

# TODO get extensions from host implementations
HOST_WORKFILE_EXTENSIONS = {
"blender": [".blend"],
"celaction": [".scn"],
"cinema4d": [".c4d"],
"tvpaint": [".tvpp"],
"fusion": [".comp"],
"harmony": [".zip"],
"houdini": [".hip", ".hiplc", ".hipnc"],
"maya": [".ma", ".mb"],
"nuke": [".nk"],
"hiero": [".hrox"],
"photoshop": [".psd", ".psb"],
"premiere": [".prproj"],
"resolve": [".drp"],
"aftereffects": [".aep"]
}

0 comments on commit 2d59d4c

Please sign in to comment.