|
Blender V5.0
|
#include <COM_render_context.hh>
Public Member Functions | |
| FileOutput & | get_file_output (std::string path, ImageFormatData format, int2 size, bool save_as_render) |
| void | save_file_outputs (Scene *scene) |
Public Attributes | |
| bool | is_animation_render = false |
Definition at line 92 of file COM_render_context.hh.
| FileOutput & blender::compositor::RenderContext::get_file_output | ( | std::string | path, |
| ImageFormatData | format, | ||
| int2 | size, | ||
| bool | save_as_render ) |
Definition at line 156 of file render_context.cc.
References size().
Referenced by blender::nodes::node_composite_file_output_cc::FileOutputOperation::execute_multi_layer(), blender::nodes::node_composite_file_output_cc::FileOutputOperation::execute_single_layer(), and blender::nodes::node_composite_file_output_cc::FileOutputOperation::execute_single_layer_multi_view_exr().
| void blender::compositor::RenderContext::save_file_outputs | ( | Scene * | scene | ) |
Definition at line 165 of file render_context.cc.
Referenced by do_render_compositor().
| bool blender::compositor::RenderContext::is_animation_render = false |
Definition at line 95 of file COM_render_context.hh.
Referenced by do_render_compositor(), and blender::nodes::node_composite_file_output_cc::FileOutputOperation::is_animation_render().