Blender V4.3
bConstraintOb Struct Reference

#include <BKE_constraint.h>

Public Attributes

struct Depsgraph * depsgraph
 
struct Scenescene
 
struct Objectob
 
struct bPoseChannelpchan
 
float matrix [4][4]
 
float startmat [4][4]
 
float space_obj_world_matrix [4][4]
 
short type
 
short rotOrder
 

Detailed Description

Definition at line 28 of file BKE_constraint.h.

Member Data Documentation

◆ depsgraph

◆ matrix

◆ ob

◆ pchan

◆ rotOrder

short bConstraintOb::rotOrder

◆ scene

struct Scene* bConstraintOb::scene

◆ space_obj_world_matrix

float bConstraintOb::space_obj_world_matrix[4][4]

◆ startmat

float bConstraintOb::startmat[4][4]

original matrix (before constraint solving)

Definition at line 41 of file BKE_constraint.h.

Referenced by BKE_constraint_target_matrix_get(), BKE_constraints_clear_evalob(), and BKE_constraints_make_evalob().

◆ type

short bConstraintOb::type

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