Blender V4.3
bPivotConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttar
 
char subtarget [64]
 
float offset [3]
 
short rotAxis
 
short flag
 

Detailed Description

Definition at line 487 of file DNA_constraint_types.h.

Member Data Documentation

◆ flag

short bPivotConstraint::flag

ePivotConstraint_Flag.

Definition at line 506 of file DNA_constraint_types.h.

◆ offset

float bPivotConstraint::offset[3]

Offset from the target to use, regardless of whether it exists.

Definition at line 496 of file DNA_constraint_types.h.

◆ rotAxis

short bPivotConstraint::rotAxis

Rotation axes to consider for this (ePivotConstraint_Axis).

Definition at line 502 of file DNA_constraint_types.h.

◆ subtarget

char bPivotConstraint::subtarget[64]

Subtarget name (optional), MAX_ID_NAME-2.

Definition at line 494 of file DNA_constraint_types.h.

◆ tar

struct Object* bPivotConstraint::tar

Target object (optional).

Definition at line 492 of file DNA_constraint_types.h.

Referenced by blender::ed::object::test_constraint().


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