Blender  V3.3
Public Attributes | List of all members
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 59 of file DNA_sequence_types.h.

Member Data Documentation

◆ filter

int StripTransform::filter

Definition at line 67 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 66 of file DNA_sequence_types.h.

Referenced by seq_strip_alloc().

◆ rotation

float StripTransform::rotation

Definition at line 64 of file DNA_sequence_types.h.

Referenced by transform_orientation_matrix_get().

◆ scale_x

float StripTransform::scale_x

Definition at line 62 of file DNA_sequence_types.h.

Referenced by seq_strip_alloc(), and sequencer_rendersize_exec().

◆ scale_y

float StripTransform::scale_y

Definition at line 63 of file DNA_sequence_types.h.

Referenced by seq_strip_alloc(), and sequencer_rendersize_exec().

◆ xofs

float StripTransform::xofs

Definition at line 60 of file DNA_sequence_types.h.

Referenced by sequencer_rendersize_exec().

◆ yofs

float StripTransform::yofs

Definition at line 61 of file DNA_sequence_types.h.

Referenced by sequencer_rendersize_exec().


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