Browse Source

Fix pose copying not working

Maid animation needs to be stopped.
habeebweeb 4 năm trước cách đây
mục cha
commit
20e2481408

+ 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);