|
Blender V5.0
|
Public Attributes | |
| blender::Map< std::string, Strip * > | strip_by_name |
| blender::Map< const Scene *, VectorSet< Strip * > > | strips_by_scene |
| blender::Map< const bNodeTree *, VectorSet< Strip * > > | strips_by_compositor_node_group |
| blender::Map< const Strip *, Strip * > | meta_by_strip |
| blender::Map< const Strip *, blender::VectorSet< Strip * > > | effects_by_strip |
| blender::Map< const SeqTimelineChannel *, Strip * > | owner_by_channel |
| bool | is_valid = false |
Definition at line 28 of file strip_lookup.cc.
| blender::Map<const Strip *, blender::VectorSet<Strip *> > blender::seq::StripLookup::effects_by_strip |
Definition at line 33 of file strip_lookup.cc.
| bool blender::seq::StripLookup::is_valid = false |
Definition at line 35 of file strip_lookup.cc.
| blender::Map<const Strip *, Strip *> blender::seq::StripLookup::meta_by_strip |
Definition at line 32 of file strip_lookup.cc.
| blender::Map<const SeqTimelineChannel *, Strip *> blender::seq::StripLookup::owner_by_channel |
Definition at line 34 of file strip_lookup.cc.
| blender::Map<std::string, Strip *> blender::seq::StripLookup::strip_by_name |
Definition at line 29 of file strip_lookup.cc.
| blender::Map<const bNodeTree *, VectorSet<Strip *> > blender::seq::StripLookup::strips_by_compositor_node_group |
Definition at line 31 of file strip_lookup.cc.
| blender::Map<const Scene *, VectorSet<Strip *> > blender::seq::StripLookup::strips_by_scene |
Definition at line 30 of file strip_lookup.cc.