Metasequoia BBS

| New message | Normal | Tree |
Status
Tag
Keyword
[7555] ExportPMDの挙動に関して質問です / ほたる
[Question,ExportPMD,PMD,プラグイン] Response
mqsdl464  / ExportPMD

ソースファイル:ExportPMD.cpp

簡単なボーンを入れたテストモデルを元に、次のようにしてpmd に書き込まれるボーン情報をボーン名で表示してみました。

1497 行目  printf("%s\n",bone_name);

以下追加
 subname = getMultiBytesSubstring(bone_param[parent_bone_index].name_jp.toAnsiString(), 20);
                memset(parent_bone_name, 0, 20);
                memcpy(parent_bone_name, subname.c_str(), subname.length());

printf("%s\n",parent_bone_name);

これで合っていますか?

ボーンの親ボーン名である、parent_bone_nameは、Metasequoiaの「ボーン」→「ボーンリスト」で表示したものとほぼ合っているのですが、時々明らかに間違ったボーン名が入ります。

また、

Show more...
2018-03-16 12:34

Show the middle 4 messages.

[7560] Re: ExportPMDの挙動に関して質問です / ほたる
ありがとうございます!早速送らせていただきます。
2018-03-16 21:04
Title
Name
Mail address for renponse notification A mail will be sent when the response is written. This address will be not shown after you post.
Tag Please select from a preset or input arbitrary comma-delimited tags.
Message

Now file attachment is not available temporarily.