|
Blender V5.0
|
Public Attributes | |
| NumInput | num_input |
| VectorSet< Strip * > | strips |
| float | init_mouse_co [2] |
| int | prev_mval_x |
| float | virtual_mval_x |
| float | prev_offset |
| bool | precision |
| bool | show_subframe |
| bool | clamp |
| bool | can_clamp |
| bool | clamp_warning |
Definition at line 690 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::can_clamp |
Whether at least one strip has enough content to clamp.
Definition at line 707 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::clamp |
Whether the user is currently clamping.
Definition at line 705 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::clamp_warning |
Whether some strips do not have enough content to clamp.
Definition at line 709 of file sequencer_edit.cc.
| float blender::ed::vse::SlipData::init_mouse_co[2] |
Initial mouse position in view-space.
Definition at line 694 of file sequencer_edit.cc.
| NumInput blender::ed::vse::SlipData::num_input |
Definition at line 691 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::precision |
Definition at line 700 of file sequencer_edit.cc.
| int blender::ed::vse::SlipData::prev_mval_x |
Mouse and virtual mouse-cursor x-values in region-space.
Definition at line 696 of file sequencer_edit.cc.
| float blender::ed::vse::SlipData::prev_offset |
Parsed offset (integer when in precision mode, float otherwise).
Definition at line 699 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::show_subframe |
Whether to show sub-frame offset in header.
Definition at line 702 of file sequencer_edit.cc.
Definition at line 692 of file sequencer_edit.cc.
| float blender::ed::vse::SlipData::virtual_mval_x |
Definition at line 697 of file sequencer_edit.cc.