Blender V4.5
SEQ_render.hh File Reference

Go to the source code of this file.

Classes

struct  blender::seq::RenderData

Namespaces

namespace  blender
namespace  blender::seq

Enumerations

enum  blender::seq::eTaskId { blender::seq::SEQ_TASK_MAIN_RENDER , blender::seq::SEQ_TASK_PREFETCH_RENDER }

Functions

Strip Stack Rendering Functions
ImBufblender::seq::render_give_ibuf (const RenderData *context, float timeline_frame, int chanshown)
ImBufblender::seq::render_give_ibuf_direct (const RenderData *context, float timeline_frame, Strip *strip)
bool blender::seq::render_is_muted (const ListBase *channels, const Strip *strip)
Rendering utility functions
void blender::seq::render_new_render_data (Main *bmain, Depsgraph *depsgraph, Scene *scene, int rectx, int recty, int preview_render_size, int for_render, RenderData *r_context)
StripElemblender::seq::render_give_stripelem (const Scene *scene, const Strip *strip, int timeline_frame)
Color-space utility functions
void blender::seq::render_imbuf_from_sequencer_space (const Scene *scene, ImBuf *ibuf)
void blender::seq::render_pixel_from_sequencer_space_v4 (const Scene *scene, float pixel[4])