mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
♻️ use long arguments
This commit is contained in:
parent
77a0930ed0
commit
ac9f08edf6
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ class CreateMultishotLayout(plugin.MayaCreator):
|
|||
|
||||
shot_name = f"{shot['name']}%s" % (
|
||||
f" ({shot['label']})" if shot["label"] else "")
|
||||
cmds.shot(sst=shot["attrib"]["clipIn"],
|
||||
set=shot["attrib"]["clipOut"],
|
||||
cmds.shot(sequenceStartTime=shot["attrib"]["clipIn"],
|
||||
sequenceEndTime=shot["attrib"]["clipOut"],
|
||||
shotName=shot_name)
|
||||
|
||||
# Create layout instance by the layout creator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue