mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound fix
This commit is contained in:
parent
ffcc1656d2
commit
8ca7a71904
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue