mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Tasks included in shot label.
This commit is contained in:
parent
e61c0a1ff6
commit
ef2d8dc91a
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ class CollectShot(api.InstancePlugin):
|
|||
data["families"] = []
|
||||
data["frameStart"] = 1
|
||||
|
||||
data["label"] += " - tasks: {}".format(data["tasks"])
|
||||
|
||||
# Get handles.
|
||||
data["handleStart"] = instance.data["handleStart"] + data["handles"]
|
||||
data["handleEnd"] = instance.data["handleEnd"] + data["handles"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue