|
Blender V4.5
|
Go to the source code of this file.
Classes | |
| struct | blender::seq::StripModifierTypeInfo |
Namespaces | |
| namespace | blender |
| namespace | blender::seq |
Functions | |
Public Modifier Functions | |
| const StripModifierTypeInfo * | blender::seq::modifier_type_info_get (int type) |
| StripModifierData * | blender::seq::modifier_new (Strip *strip, const char *name, int type) |
| bool | blender::seq::modifier_remove (Strip *strip, StripModifierData *smd) |
| void | blender::seq::modifier_clear (Strip *strip) |
| void | blender::seq::modifier_free (StripModifierData *smd) |
| void | blender::seq::modifier_unique_name (Strip *strip, StripModifierData *smd) |
| StripModifierData * | blender::seq::modifier_find_by_name (Strip *strip, const char *name) |
| void | blender::seq::modifier_apply_stack (const RenderData *context, const Strip *strip, ImBuf *ibuf, int timeline_frame) |
| void | blender::seq::modifier_list_copy (Strip *strip_new, Strip *strip) |
| int | blender::seq::sequence_supports_modifiers (Strip *strip) |
.blend File I/O | |
| void | blender::seq::modifier_blend_write (BlendWriter *writer, ListBase *modbase) |
| void | blender::seq::modifier_blend_read_data (BlendDataReader *reader, ListBase *lb) |