Blender  V3.3
Public Attributes | List of all members
PoseChannelBackup Struct Reference

Public Attributes

struct PoseChannelBackup * next
 
struct PoseChannelBackup * prev
 
struct bPoseChannel * pchan
 
struct bPoseChannel olddata
 
struct IDProperty * oldprops
 

Detailed Description

Definition at line 27 of file pose_backup.cc.

Member Data Documentation

◆ next

struct PoseChannelBackup* PoseChannelBackup::next

Definition at line 28 of file pose_backup.cc.

◆ olddata

struct bPoseChannel PoseChannelBackup::olddata

Definition at line 30 of file pose_backup.cc.

Referenced by pose_backup_create().

◆ oldprops

struct IDProperty* PoseChannelBackup::oldprops

Definition at line 33 of file pose_backup.cc.

Referenced by pose_backup_create().

◆ pchan

struct bPoseChannel* PoseChannelBackup::pchan

Definition at line 30 of file pose_backup.cc.

Referenced by pose_backup_create().

◆ prev

struct PoseChannelBackup * PoseChannelBackup::prev

Definition at line 28 of file pose_backup.cc.


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