ynput / ayon-houdini

Houdini addon for AYON
Apache License 2.0
11 stars 9 forks source link

Remove deprecated ImageIOConfigModel from settings #46

Closed BigRoy closed 4 months ago

BigRoy commented 4 months ago

Is there an existing issue for this?

Please describe the feature you have in mind and explain what the current shortcomings are?

Currently the settings for ayon-houdini contains a deprecated ImageIOConfigModel.

With the support of profiles to determine OCIO config in ayon-core this logic has been superseded and should be removed from each addon still having the deprecated settings.

How would you imagine the implementation of the feature?

Remove the deprecated settings, and ensure transition for existing users is easy. Since settings have moved, in a potentially backwards incompatible way, there may need to be a transition guide with the release explaining what to do. We may need to also bump the minor version to indicate the breaking changes.

Are there any labels you wish to add?

Describe alternatives you've considered:

No response

Additional context:

Part of the cleanup epic ✨

BigRoy commented 4 months ago

Closing this in favor of more global issue on ayon-core to easily track status for each addon from there as a single epic cleanup.

https://github.com/ynput/ayon-core/issues/785