Dev:2.4/Source/Animation/ArmatureData

提供: wiki
< Dev:2.4‎ | Source‎ | Animation
2010年4月1日 (木) 06:32時点におけるwiki>Terrywallworkによる版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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