Skip to content

Commit

Permalink
Merge pull request #14 from ynput/chore/remove_deprecated_imageioconfig
Browse files Browse the repository at this point in the history
Remove deprecated ImageIOConfigModel and `ocio_config` settings
  • Loading branch information
iLLiCiTiT authored Jul 25, 2024
2 parents 69e0479 + 3dfb54e commit ac28a57
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions server/settings/imageio.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@ class ImageIOSettings(BaseSettingsModel):
activate_host_color_management: bool = SettingsField(
True, title="Enable Color Management"
)
ocio_config: ImageIOConfigModel = SettingsField(
default_factory=ImageIOConfigModel,
title="OCIO config"
)


DEFAULT_IMAGEIO_SETTINGS = {
"activate_host_color_management": True,
"ocio_config": {
"override_global_config": False,
"filepath": []
},
}

0 comments on commit ac28a57

Please sign in to comment.