mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove unused variable NONLINEAR_FILE_FORMATS
This commit is contained in:
parent
108bcd8f27
commit
22dbc4e4fa
1 changed files with 0 additions and 4 deletions
|
|
@ -24,10 +24,6 @@ from openpype.hosts.maya.api import lib
|
|||
COPY = 1
|
||||
HARDLINK = 2
|
||||
|
||||
# File formats we will assume are sRGB when Maya Color Management is disabled
|
||||
# Currently only used for `maketx` color conversion logic
|
||||
NONLINEAR_FILE_FORMATS = {".jpeg", ".jpg"}
|
||||
|
||||
|
||||
@attr.s
|
||||
class TextureResult:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue