Skip to content

Commit

Permalink
Revert physics freeze in pose load
Browse files Browse the repository at this point in the history
  • Loading branch information
Minmoose committed Jan 4, 2025
1 parent aff8643 commit 8ac1dca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Brio/Capabilities/Posing/PosingCapability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,10 @@ public void ImportPose(OneOf<PoseFile, CMToolPoseFile> rawPoseFile, PoseImporter
{
Brio.Log.Verbose($"Importing Pose... {asExpression} {asScene} {asIPCpose} {asBody} {freezeOnLoad}");

_physicsService.FreezeEnable();

actionTimeline.StopSpeedAndResetTimeline(() =>
{
ImportPose_internal(rawPoseFile, options, reset: false, reconcile: false, asExpression: asExpression, asScene: asScene, asIPCpose: asIPCpose, asBody: asBody);

_physicsService.FreezeRevert();
}, !(ConfigurationService.Instance.Configuration.Posing.FreezeActorOnPoseImport || freezeOnLoad));
}
else
Expand Down

0 comments on commit 8ac1dca

Please sign in to comment.