Просмотр исходного кода

Fix pose copying not working

Maid animation needs to be stopped.
habeebweeb 4 лет назад
Родитель
Сommit
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);