♻️ use long arguments

This commit is contained in:
Ondrej Samohel 2023-10-09 16:05:52 +02:00
parent 77a0930ed0
commit ac9f08edf6
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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