Blender  V2.93
Public Attributes | List of all members
ObjectTfmProtectedChannels Struct Reference

#include <BKE_object.h>

Public Attributes

float loc [3]
 
float dloc [3]
 
float scale [3]
 
float dscale [3]
 
float rot [3]
 
float drot [3]
 
float quat [4]
 
float dquat [4]
 
float rotAxis [3]
 
float drotAxis [3]
 
float rotAngle
 
float drotAngle
 

Detailed Description

Definition at line 269 of file BKE_object.h.

Member Data Documentation

◆ dloc

float ObjectTfmProtectedChannels::dloc[3]

Definition at line 270 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ dquat

float ObjectTfmProtectedChannels::dquat[4]

Definition at line 273 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ drot

float ObjectTfmProtectedChannels::drot[3]

Definition at line 272 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ drotAngle

float ObjectTfmProtectedChannels::drotAngle

Definition at line 275 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ drotAxis

float ObjectTfmProtectedChannels::drotAxis[3]

Definition at line 274 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ dscale

float ObjectTfmProtectedChannels::dscale[3]

Definition at line 271 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ loc

float ObjectTfmProtectedChannels::loc[3]

Definition at line 270 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ quat

float ObjectTfmProtectedChannels::quat[4]

Definition at line 273 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ rot

float ObjectTfmProtectedChannels::rot[3]

Definition at line 272 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ rotAngle

float ObjectTfmProtectedChannels::rotAngle

Definition at line 275 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ rotAxis

float ObjectTfmProtectedChannels::rotAxis[3]

Definition at line 274 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().

◆ scale

float ObjectTfmProtectedChannels::scale[3]

Definition at line 271 of file BKE_object.h.

Referenced by BKE_object_tfm_protected_restore().


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