|
Blender V5.0
|
#include <modifier.hh>
Public Member Functions | |
| ModifierApplyContext (const RenderData &render_data, SeqRenderState &render_state, const Strip &strip, const float3x3 &transform, ImBuf *image) | |
Public Attributes | |
| const RenderData & | render_data |
| SeqRenderState & | render_state |
| const Strip & | strip |
| const float3x3 | transform |
| ImBuf *const | image |
| float2 | result_translation = float2(0, 0) |
Definition at line 33 of file modifier.hh.
|
inline |
Definition at line 34 of file modifier.hh.
References image, render_data, render_state, strip, and transform.
| ImBuf* const blender::seq::ModifierApplyContext::image |
Definition at line 54 of file modifier.hh.
Referenced by ModifierApplyContext().
| const RenderData& blender::seq::ModifierApplyContext::render_data |
Definition at line 46 of file modifier.hh.
Referenced by ModifierApplyContext().
| SeqRenderState& blender::seq::ModifierApplyContext::render_state |
Definition at line 47 of file modifier.hh.
Referenced by ModifierApplyContext().
Definition at line 59 of file modifier.hh.
Referenced by blender::seq::input_preprocess().
| const Strip& blender::seq::ModifierApplyContext::strip |
Definition at line 48 of file modifier.hh.
Referenced by ModifierApplyContext().
| const float3x3 blender::seq::ModifierApplyContext::transform |
Definition at line 53 of file modifier.hh.
Referenced by ModifierApplyContext().