Blender V4.3
StripTransform Struct Reference

#include <DNA_sequence_types.h>

Public Attributes

float xofs
float yofs
float scale_x
float scale_y
float rotation
float origin [2]
int filter

Detailed Description

Definition at line 69 of file DNA_sequence_types.h.

Member Data Documentation

◆ filter

int StripTransform::filter

Definition at line 77 of file DNA_sequence_types.h.

Referenced by seq_strip_alloc().

◆ origin

float StripTransform::origin[2]

0-1 range, use SEQ_image_transform_origin_offset_pixelspace_get to convert to pixel space.

Definition at line 76 of file DNA_sequence_types.h.

Referenced by seq_strip_alloc().

◆ rotation

float StripTransform::rotation

Definition at line 74 of file DNA_sequence_types.h.

Referenced by transform_orientation_matrix_get().

◆ scale_x

◆ scale_y

◆ xofs

float StripTransform::xofs

Definition at line 70 of file DNA_sequence_types.h.

Referenced by seq_convert_transform_crop(), and sequencer_rendersize_exec().

◆ yofs

float StripTransform::yofs

Definition at line 71 of file DNA_sequence_types.h.

Referenced by seq_convert_transform_crop(), and sequencer_rendersize_exec().


The documentation for this struct was generated from the following file: