Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Add use_selection attribute def with some explanation specific to t…
Browse files Browse the repository at this point in the history
…he Creator
  • Loading branch information
BigRoy committed Oct 6, 2023
1 parent 419f842 commit 661ffb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openpype/hosts/resolve/plugins/create/create_shot_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ def header_label(text):

return [

BoolDef("use_selection",
label="Use only clips with <b>Chocolate</b> clip color",
tooltip=(
"When enabled only clips of Chocolate clip color are "
"considered.\n\n"
"Acts as a replacement to 'Use selection' because "
"Resolves API exposes no functionality to retrieve "
"the currently selected timeline items."
),
default=True),

# renameHierarchy
UILabelDef(
label=header_label("Shot Hierarchy And Rename Settings")
Expand Down

0 comments on commit 661ffb0

Please sign in to comment.