Blender V4.3
RenderEffectThread Struct Reference

Public Attributes

SeqEffectHandlesh
 
const SeqRenderDatacontext
 
Sequenceseq
 
float timeline_frame
 
float fac
 
ImBufibuf1
 
ImBufibuf2
 
ImBufout
 
int start_line
 
int tot_line
 

Detailed Description

Definition at line 750 of file render.cc.

Member Data Documentation

◆ context

const SeqRenderData* RenderEffectThread::context

Definition at line 752 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ fac

float RenderEffectThread::fac

Definition at line 754 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ ibuf1

ImBuf* RenderEffectThread::ibuf1

Definition at line 755 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ ibuf2

ImBuf * RenderEffectThread::ibuf2

Definition at line 755 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ out

ImBuf* RenderEffectThread::out

Definition at line 757 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ seq

Sequence* RenderEffectThread::seq

Definition at line 753 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ sh

SeqEffectHandle* RenderEffectThread::sh

Definition at line 751 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ start_line

int RenderEffectThread::start_line

Definition at line 758 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ timeline_frame

float RenderEffectThread::timeline_frame

Definition at line 754 of file render.cc.

Referenced by render_effect_execute_do_thread().

◆ tot_line

int RenderEffectThread::tot_line

Definition at line 758 of file render.cc.

Referenced by render_effect_execute_do_thread().


The documentation for this struct was generated from the following file: