move step next to frames

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2025-12-12 12:54:17 +01:00 committed by GitHub
parent ea2642ab15
commit 15b0192d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -926,9 +926,9 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
optionals = [
"frameStart", "frameEnd",
"handleEnd", "handleStart",
"step",
"resolutionWidth", "resolutionHeight",
"pixelAspect",
"step",
"sourceHashes"
]
for key in optionals: