Please describe the feature you have in mind and explain what the current shortcomings are?
DaVinci Resolve API does not support selection. To identify specific clips on a Timeline we currently ask users to color them with "Chocolate" color. During a review, @BigRoy suggested it could be great to allow more flexibility there and replace in the UI
BOOL
Use clips of Chocolate color
to an ENUM that instead is:
Filter to clip colors: ["All clips", "Red", "Blue", "White"]
How would you imagine the implementation of the feature?
Rework the selection ayon_resolve.api.constants.selected_clip_color to become a dynamic function based on user inputs.
Are there any labels you wish to add?
[X] I have added the relevant labels to the enhancement request.
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
DaVinci Resolve API does not support selection. To identify specific clips on a Timeline we currently ask users to color them with "Chocolate" color. During a review, @BigRoy suggested it could be great to allow more flexibility there and replace in the UI
BOOL
to an ENUM that instead is:
How would you imagine the implementation of the feature?
Rework the selection
ayon_resolve.api.constants.selected_clip_color
to become a dynamic function based on user inputs.Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
Initially discussed on https://github.com/ynput/ayon-resolve/pull/15