Blender V5.0
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 49 of file DNA_mask_types.h.

Member Data Documentation

◆ id

◆ 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 65 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 78 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 75 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 70 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 55 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: