「Dev:2.4/Source/Animation/ArmatureData」の版間の差分
細 |
細 (1版 をインポートしました) |
(相違点なし)
|
2018年6月29日 (金) 02:45時点における最新版
ArmatureData
Armatures have very little that needs changing.
They basically are just holder objects for the list of bones and joints. Here are my proposed changes. They merely reflect the changes to the bones I proposed.
The bArmature struct
typedef struct bArmature {
ID id;
ListBase bonebase;
ListBase jointbase;
int flag;
int pad1;
}bArmature;
-- JeremyWall - 21 May 2004