UuuNyaa / blender_mmd_tools

MMD Tools is a blender addon for importing/exporting Models and Motions of MikuMikuDance.
GNU General Public License v3.0
2.27k stars 109 forks source link

object.pose_library廃止 #175

Open SysVR opened 2 months ago

SysVR commented 2 months ago

お使いのソフトウェアのバージョンは?

object.pose_libraryはBlender3.5から廃止されたため、 vpdの読み込みでpose_libraryが見つからないというエラーが出ます。

再現方法

動作を再現するための手順:

  1. サイドパネルにアクセスする。
  2. pose:Importをクリックする。
  3. vpdファイルを読み込む
  4. エラーが発生する

期待される動作

エラーが発生せず、読み込んだポーズに名前を付けて保存

スクリーンショット

なし

詳細情報

https://docs.blender.org/manual/en/3.4/animation/armatures/posing/editing/pose_library.html

fmnijk commented 2 months ago

I believe the VPD import function is not working in Blender versions 3.0 to 3.6. There is an unmerged PR for 4.2. See https://github.com/UuuNyaa/blender_mmd_tools/pull/162

Or use Blender 2.93 with MMD Tools 2.0.1, then append the action from that Blender file to 3.5.1. Another way is to import the VPD file and then export it as VMD. Then use the exported VMD file in Blender 3.5.1.