新しい名前のアイテムは、ウェイト1.0と想定されます。
void weightarrayblend(string &names[], float &weights[], string newname, float blend)
指定したブレンド値を使用して、既存の配列と新しいアイテムをブレンドします。
void weightarrayblend(string &names[], float &weights[], string newnames[], float newweights[], float blend)
指定したブレンド値を使用して、既存の配列と他の配列をブレンドします。 その結果は、各入力配列内のアイテムの和になります。