|
Blender V4.3
|
#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) |
Definition at line 92 of file COM_render_context.hh.
| FileOutput & blender::realtime_compositor::RenderContext::get_file_output | ( | std::string | path, |
| ImageFormatData | format, | ||
| int2 | size, | ||
| bool | save_as_render ) |
Definition at line 140 of file render_context.cc.
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::realtime_compositor::RenderContext::save_file_outputs | ( | Scene * | scene | ) |
Definition at line 149 of file render_context.cc.
Referenced by do_render_compositor().