Blender V5.0
bObjectSolverConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct MovieClipclip
int flag
char _pad [4]
char object [64]
float invmat [4][4]
struct Objectcamera

Detailed Description

Definition at line 545 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bObjectSolverConstraint::_pad[4]

Definition at line 548 of file DNA_constraint_types.h.

◆ camera

struct Object* bObjectSolverConstraint::camera

Definition at line 552 of file DNA_constraint_types.h.

◆ clip

struct MovieClip* bObjectSolverConstraint::clip

Definition at line 546 of file DNA_constraint_types.h.

◆ flag

int bObjectSolverConstraint::flag

Definition at line 547 of file DNA_constraint_types.h.

Referenced by objectsolver_evaluate().

◆ invmat

float bObjectSolverConstraint::invmat[4][4]

Parent-inverse matrix to use.

Definition at line 551 of file DNA_constraint_types.h.

Referenced by objectsolver_evaluate().

◆ object

char bObjectSolverConstraint::object[64]

Definition at line 549 of file DNA_constraint_types.h.


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