Skip to content

Commit

Permalink
Fix slider data not being loaded for build without preview
Browse files Browse the repository at this point in the history
When starting a normal build (not batch build), the slider data wasn't loaded and applied to the meshes if you didn't open the preview window beforehand.
  • Loading branch information
ousnius committed Aug 5, 2021
1 parent c65162d commit 6c13a53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/program/BodySlideApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,9 @@ int BodySlideApp::BuildBodies(bool localPath, bool clean, bool tri, bool forceNo
if (activeSet.GenWeights())
nifSmall.CopyFrom(nifBig);

dataSets.Clear();
activeSet.LoadSetDiffData(dataSets);

std::vector<Vector3> vertsLow;
std::vector<Vector3> vertsHigh;
std::vector<Vector2> uvsLow;
Expand Down

0 comments on commit 6c13a53

Please sign in to comment.