浏览代码

Fix pose copying not working

Maid animation needs to be stopped.
habeebweeb 4 年之前
父节点
当前提交
20e2481408
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/Meido.cs

+ 1 - 0
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Meido/Meido.cs

@@ -402,6 +402,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 
         public void CopyPose(Meido fromMeido)
         {
+            Stop = true;
             GetCacheBoneData().SetFrameBinary(fromMeido.SerializePose(frameBinary: true));
             SetMune(fromMeido.Body.GetMuneYureL() != 0f, left: true);
             SetMune(fromMeido.Body.GetMuneYureR() != 0f, left: false);