Blender  V2.93
Public Attributes | List of all members
MaskParent Struct Reference

#include <DNA_mask_types.h>

Public Attributes

int id_type
 
int type
 
IDid
 
char parent [64]
 
char sub_parent [64]
 
float parent_orig [2]
 
float parent_corners_orig [4][2]
 

Detailed Description

Definition at line 56 of file DNA_mask_types.h.

Member Data Documentation

◆ id

ID* MaskParent::id

◆ id_type

int MaskParent::id_type

◆ parent

char MaskParent::parent[64]

Entity of parent to which parenting happened in case of parenting to movie tracking data contains name of layer.

Definition at line 72 of file DNA_mask_types.h.

Referenced by BKE_mask_point_parent_matrix_get(), mask_duplicate_exec(), and mask_parent_set_exec().

◆ parent_corners_orig

float MaskParent::parent_corners_orig[4][2]

Original corners of plane track at the moment of parenting.

Definition at line 85 of file DNA_mask_types.h.

Referenced by BKE_mask_point_parent_matrix_get(), and mask_parent_set_exec().

◆ parent_orig

float MaskParent::parent_orig[2]

Track location at the moment of parenting, stored in mask space.

Definition at line 82 of file DNA_mask_types.h.

Referenced by BKE_mask_point_parent_matrix_get(), and mask_parent_set_exec().

◆ sub_parent

char MaskParent::sub_parent[64]

Sub-entity of parent to which parenting happened in case of parenting to movie tracking data contains name of track.

Definition at line 77 of file DNA_mask_types.h.

Referenced by BKE_mask_point_parent_matrix_get(), and mask_parent_set_exec().

◆ type

int MaskParent::type

Type of parenting.

Definition at line 62 of file DNA_mask_types.h.

Referenced by BKE_mask_point_parent_matrix_get(), and mask_parent_set_exec().


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