Blender
V3.3
|
Public Attributes | |
struct tPoseLib_Backup * | next |
struct tPoseLib_Backup * | prev |
bPoseChannel * | pchan |
bPoseChannel | olddata |
IDProperty * | oldprops |
Definition at line 926 of file pose_lib.c.
struct tPoseLib_Backup* tPoseLib_Backup::next |
Definition at line 927 of file pose_lib.c.
Referenced by poselib_backup_free_data(), and poselib_backup_restore().
bPoseChannel tPoseLib_Backup::olddata |
Definition at line 931 of file pose_lib.c.
Referenced by poselib_backup_posecopy(), and poselib_backup_restore().
IDProperty* tPoseLib_Backup::oldprops |
Definition at line 932 of file pose_lib.c.
Referenced by poselib_backup_free_data(), poselib_backup_posecopy(), and poselib_backup_restore().
bPoseChannel* tPoseLib_Backup::pchan |
Definition at line 929 of file pose_lib.c.
Referenced by poselib_apply_pose(), poselib_backup_posecopy(), poselib_backup_restore(), and poselib_keytag_pose().
struct tPoseLib_Backup * tPoseLib_Backup::prev |
Definition at line 927 of file pose_lib.c.