hound fix

This commit is contained in:
Kayla Man 2023-02-21 11:10:02 +08:00
parent ffcc1656d2
commit 8ca7a71904
2 changed files with 4 additions and 4 deletions

View file

@ -137,9 +137,9 @@ def set_framerange(startFrame, endFrame):
""" """
Note: Note:
Frame range can be specified in different types. Possible values are: Frame range can be specified in different types. Possible values are:
* `1` - Single frame. * `1` - Single frame.
* `2` - Active time segment ( animationRange ). * `2` - Active time segment ( animationRange ).
* `3` - User specified Range. * `3` - User specified Range.
* `4` - User specified Frame pickup string (for example `1,3,5-12`). * `4` - User specified Frame pickup string (for example `1,3,5-12`).
Todo: Todo:

View file

@ -85,7 +85,7 @@ class RenderSettings(object):
aov_separator = "." aov_separator = "."
output_filename = "{0}..{1}".format(output, img_fmt) output_filename = "{0}..{1}".format(output, img_fmt)
output_filename = output_filename.replace("{aov_separator}", output_filename = output_filename.replace("{aov_separator}",
aov_separator) aov_separator)
rt.rendOutputFilename = output_filename rt.rendOutputFilename = output_filename
if renderer == "VUE_File_Renderer": if renderer == "VUE_File_Renderer":
return return