Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Update comment explaining render frame range Blender command
  • Loading branch information
n-jay committed Feb 18, 2024
1 parent d3d7c6d commit 2d254c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuesubmit/cuesubmit/Submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def buildBlenderCmd(layerData):
if outputFormat:
renderCommand += ' -F {}'.format(outputFormat)
if frameRange:
# Renders animation within frame range
# Render frames from start to end (inclusive) via '-a' command argument
renderCommand += (' -s {startFrame} -e {endFrame} -a'
.format(startFrame=Constants.FRAME_START_TOKEN,
endFrame=Constants.FRAME_END_TOKEN))
Expand Down

0 comments on commit 2d254c7

Please sign in to comment.