7 lines
387 B
Plaintext
Executable File
7 lines
387 B
Plaintext
Executable File
-- define a couple of arrays for the prop functions in fn_common.ms
|
|
MasterPropList = #(#("P_HE","P_EY","P_EA","P_MO"),#("P_LH"),#("P_RH"),#("P_LW", "P_LF"),#("P_RW", "P_RF"),#("P_HI"))
|
|
|
|
propBones = #($Skel_Head,$SKEL_L_Hand,$SKEL_R_Hand,$SKEL_L_Forearm,$SKEL_R_Forearm,$SKEL_Pelvis)
|
|
|
|
linkBones = #($Skel_Head,$SKEL_L_Hand,$SKEL_R_Hand,$SKEL_L_Forearm,$SKEL_R_Forearm,$SKEL_Pelvis)
|