|
Blender V4.5
|
Public Member Functions | |
| ContextInputData (const Scene &scene, const RenderData &render_data, const bNodeTree &node_tree, const char *view_name, compositor::RenderContext *render_context, compositor::Profiler *profiler, compositor::OutputTypes needed_outputs) | |
Public Attributes | |
| const Scene * | scene |
| const RenderData * | render_data |
| const bNodeTree * | node_tree |
| std::string | view_name |
| compositor::RenderContext * | render_context |
| compositor::Profiler * | profiler |
| compositor::OutputTypes | needed_outputs |
Stored separately from the context so we can update it without losing any cached data from the context.
Definition at line 50 of file render/intern/compositor.cc.
|
inline |
Definition at line 60 of file render/intern/compositor.cc.
| compositor::OutputTypes blender::render::ContextInputData::needed_outputs |
Definition at line 58 of file render/intern/compositor.cc.
Referenced by blender::render::Context::needed_outputs().
| const bNodeTree* blender::render::ContextInputData::node_tree |
Definition at line 54 of file render/intern/compositor.cc.
Referenced by blender::render::Context::get_node_tree().
| compositor::Profiler* blender::render::ContextInputData::profiler |
Definition at line 57 of file render/intern/compositor.cc.
| compositor::RenderContext* blender::render::ContextInputData::render_context |
Definition at line 56 of file render/intern/compositor.cc.
| const RenderData* blender::render::ContextInputData::render_data |
Definition at line 53 of file render/intern/compositor.cc.
Referenced by blender::render::Context::get_render_data(), and blender::render::Context::get_render_size().
| const Scene* blender::render::ContextInputData::scene |
Definition at line 52 of file render/intern/compositor.cc.
Referenced by blender::render::Context::get_precision(), blender::render::Context::get_render_size(), and blender::render::Context::get_scene().
| std::string blender::render::ContextInputData::view_name |
Definition at line 55 of file render/intern/compositor.cc.
Referenced by blender::render::Context::get_view_name().