ynput / ayon-resolve

AYON Addon for Blackmagic DaVinci Resolve
Apache License 2.0
4 stars 3 forks source link

Allow more flexibility than just "Chocolate" color as a Clip selection method #17

Open robin-ynput opened 2 months ago

robin-ynput commented 2 months ago

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

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?

Describe alternatives you've considered:

No response

Additional context:

Initially discussed on https://github.com/ynput/ayon-resolve/pull/15