Blender
V3.3
|
#include <DNA_mask_types.h>
Public Attributes | |
int | id_type |
int | type |
ID * | id |
char | parent [64] |
char | sub_parent [64] |
float | parent_orig [2] |
float | parent_corners_orig [4][2] |
Definition at line 40 of file DNA_mask_types.h.
ID* MaskParent::id |
ID block of entity to which mask/spline is parented to in case of parenting to movie tracking data set to MovieClip datablock.
Definition at line 51 of file DNA_mask_types.h.
Referenced by BKE_mask_point_parent_matrix_get(), blender::deg::DepsgraphNodeBuilder::build_mask(), blender::deg::DepsgraphRelationBuilder::build_mask(), expand_mask_parent(), lib_link_mask_parent(), and setup_vertex_point().
int MaskParent::id_type |
Type of parenting.
Definition at line 44 of file DNA_mask_types.h.
Referenced by BKE_mask_parent_init(), BKE_mask_point_parent_matrix_get(), and blender::deg::DepsgraphRelationBuilder::build_mask().
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 56 of file DNA_mask_types.h.
Referenced by BKE_mask_point_parent_matrix_get(), and mask_duplicate_exec().
float MaskParent::parent_corners_orig[4][2] |
Original corners of plane track at the moment of parenting.
Definition at line 69 of file DNA_mask_types.h.
Referenced by BKE_mask_point_parent_matrix_get().
float MaskParent::parent_orig[2] |
Track location at the moment of parenting, stored in mask space.
Definition at line 66 of file DNA_mask_types.h.
Referenced by BKE_mask_point_parent_matrix_get().
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 61 of file DNA_mask_types.h.
Referenced by BKE_mask_point_parent_matrix_get().
int MaskParent::type |
Type of parenting.
Definition at line 46 of file DNA_mask_types.h.
Referenced by BKE_mask_point_parent_matrix_get().