Blender
V3.3
|
#include <DNA_action_types.h>
Public Attributes | |
SessionUUID | session_uuid |
struct DualQuat | deform_dual_quat |
int | bbone_segments |
struct Mat4 * | bbone_rest_mats |
struct Mat4 * | bbone_pose_mats |
struct Mat4 * | bbone_deform_mats |
struct DualQuat * | bbone_dual_quats |
Definition at line 184 of file DNA_action_types.h.
struct Mat4* bPoseChannel_Runtime::bbone_deform_mats |
Definition at line 198 of file DNA_action_types.h.
Referenced by allocate_bbone_cache(), armdef_accumulate_bone(), b_bone_deform(), BKE_pchan_bbone_segments_cache_compute(), BKE_pchan_bbone_segments_cache_copy(), and BKE_pose_channel_free_bbone_cache().
struct DualQuat* bPoseChannel_Runtime::bbone_dual_quats |
Definition at line 199 of file DNA_action_types.h.
Referenced by allocate_bbone_cache(), b_bone_deform(), BKE_pchan_bbone_segments_cache_compute(), BKE_pchan_bbone_segments_cache_copy(), and BKE_pose_channel_free_bbone_cache().
struct Mat4* bPoseChannel_Runtime::bbone_pose_mats |
Definition at line 195 of file DNA_action_types.h.
Referenced by allocate_bbone_cache(), BKE_pchan_bbone_segments_cache_compute(), BKE_pchan_bbone_segments_cache_copy(), BKE_pose_channel_free_bbone_cache(), and constraint_target_to_mat4().
struct Mat4* bPoseChannel_Runtime::bbone_rest_mats |
Definition at line 194 of file DNA_action_types.h.
Referenced by allocate_bbone_cache(), armdef_accumulate_bone(), BKE_pchan_bbone_segments_cache_compute(), BKE_pchan_bbone_segments_cache_copy(), and BKE_pose_channel_free_bbone_cache().
int bPoseChannel_Runtime::bbone_segments |
Definition at line 191 of file DNA_action_types.h.
Referenced by allocate_bbone_cache(), armdef_accumulate_bone(), BKE_pchan_bbone_segments_cache_copy(), BKE_pose_channel_free_bbone_cache(), constraint_target_to_mat4(), dist_bone_deform(), and pchan_bone_deform().
struct DualQuat bPoseChannel_Runtime::deform_dual_quat |
Definition at line 185 of file DNA_action_types.h.
Referenced by BKE_pose_bone_done(), dist_bone_deform(), and pchan_bone_deform().
SessionUUID bPoseChannel_Runtime::session_uuid |
Definition at line 185 of file DNA_action_types.h.
Referenced by BKE_pose_channel_runtime_reset_on_copy(), and BKE_pose_channel_session_uuid_generate().