mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fixed error on rendering
This commit is contained in:
parent
095c792ad2
commit
4dd58e15d8
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ def start_rendering():
|
|||
settings.file_name_format = f"{shot_name}" + ".{frame_number}"
|
||||
settings.output_directory.path = f"{render_dir}/{output_dir}"
|
||||
|
||||
job.get_configuration().find_or_add_setting_by_class(
|
||||
unreal.MoviePipelineDeferredPassBase)
|
||||
|
||||
job.get_configuration().find_or_add_setting_by_class(
|
||||
unreal.MoviePipelineImageSequenceOutput_PNG)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue