|
Blender V4.3
|
Public Attributes | |
| SeqEffectHandle * | sh |
| const SeqRenderData * | context |
| Sequence * | seq |
| float | timeline_frame |
| float | fac |
| ImBuf * | ibuf1 |
| ImBuf * | ibuf2 |
| ImBuf * | out |
| int | start_line |
| int | tot_line |
| const SeqRenderData* RenderEffectThread::context |
Definition at line 752 of file render.cc.
Referenced by render_effect_execute_do_thread().
| float RenderEffectThread::fac |
Definition at line 754 of file render.cc.
Referenced by render_effect_execute_do_thread().
| ImBuf* RenderEffectThread::ibuf1 |
Definition at line 755 of file render.cc.
Referenced by render_effect_execute_do_thread().
| ImBuf * RenderEffectThread::ibuf2 |
Definition at line 755 of file render.cc.
Referenced by render_effect_execute_do_thread().
| ImBuf* RenderEffectThread::out |
Definition at line 757 of file render.cc.
Referenced by render_effect_execute_do_thread().
| Sequence* RenderEffectThread::seq |
Definition at line 753 of file render.cc.
Referenced by render_effect_execute_do_thread().
| SeqEffectHandle* RenderEffectThread::sh |
Definition at line 751 of file render.cc.
Referenced by render_effect_execute_do_thread().
| int RenderEffectThread::start_line |
Definition at line 758 of file render.cc.
Referenced by render_effect_execute_do_thread().
| float RenderEffectThread::timeline_frame |
Definition at line 754 of file render.cc.
Referenced by render_effect_execute_do_thread().
| int RenderEffectThread::tot_line |
Definition at line 758 of file render.cc.
Referenced by render_effect_execute_do_thread().