Blender V5.0
bGeometryAttributeConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttarget
char * attribute_name
int32_t sample_index
uint8_t apply_target_transform
uint8_t mix_mode
uint8_t domain
uint8_t data_type
uint8_t flags
char _pad0 [7]

Detailed Description

Definition at line 574 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad0

char bGeometryAttributeConstraint::_pad0[7]

Definition at line 586 of file DNA_constraint_types.h.

◆ apply_target_transform

uint8_t bGeometryAttributeConstraint::apply_target_transform

Definition at line 578 of file DNA_constraint_types.h.

◆ attribute_name

char* bGeometryAttributeConstraint::attribute_name

◆ data_type

uint8_t bGeometryAttributeConstraint::data_type

Definition at line 583 of file DNA_constraint_types.h.

Referenced by geometry_attribute_get_tarmat().

◆ domain

uint8_t bGeometryAttributeConstraint::domain

Definition at line 581 of file DNA_constraint_types.h.

Referenced by geometry_attribute_get_tarmat().

◆ flags

uint8_t bGeometryAttributeConstraint::flags

Definition at line 585 of file DNA_constraint_types.h.

◆ mix_mode

uint8_t bGeometryAttributeConstraint::mix_mode

Definition at line 579 of file DNA_constraint_types.h.

◆ sample_index

int32_t bGeometryAttributeConstraint::sample_index

Definition at line 577 of file DNA_constraint_types.h.

Referenced by geometry_attribute_get_tarmat().

◆ target

struct Object* bGeometryAttributeConstraint::target

Definition at line 575 of file DNA_constraint_types.h.


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