Skip to content

Commit

Permalink
Shapes won't conform to reference zaps anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ousnius committed Sep 9, 2016
1 parent 6d2f9c5 commit e4c379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/OutfitProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ void OutfitProject::ConformShape(const string& shapeName) {

string refTarget = ShapeToTarget(baseShape);
for (int i = 0; i < activeSet.size(); i++)
if (SliderShow(i))
if (SliderShow(i) && !SliderZap(i))
morpher.GenerateResultDiff(shapeName, activeSet[i].name, activeSet[i].TargetDataName(refTarget));
}

Expand Down

0 comments on commit e4c379d

Please sign in to comment.