|
Blender V4.5
|
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 507 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 524 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::clamp |
Whether the user is currently clamping.
Definition at line 522 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 526 of file sequencer_edit.cc.
| float blender::ed::vse::SlipData::init_mouse_co[2] |
Initial mouse position in view-space.
Definition at line 511 of file sequencer_edit.cc.
| NumInput blender::ed::vse::SlipData::num_input |
Definition at line 508 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::precision |
Definition at line 517 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 513 of file sequencer_edit.cc.
| float blender::ed::vse::SlipData::prev_offset |
Parsed offset (integer when in precision mode, float otherwise).
Definition at line 516 of file sequencer_edit.cc.
| bool blender::ed::vse::SlipData::show_subframe |
Whether to show sub-frame offset in header.
Definition at line 519 of file sequencer_edit.cc.
Definition at line 509 of file sequencer_edit.cc.
| float blender::ed::vse::SlipData::virtual_mval_x |
Definition at line 514 of file sequencer_edit.cc.