Skip to content

Commit

Permalink
Update bones tab after 6e6ceb0
Browse files Browse the repository at this point in the history
  • Loading branch information
ousnius committed Apr 25, 2016
1 parent 6e6ceb0 commit 92c7a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OutfitStudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ class OutfitStudio : public wxFrame {
void ActiveShapesUpdated(TweakStroke* refStroke, bool bIsUndo = false, bool setWeights = true);
void UpdateActiveShapeUI();

void AnimationGUIFromProj();
void RefreshGUIFromProj();

vector<ShapeItemData*>& GetSelectedItems();
Expand Down Expand Up @@ -720,7 +721,6 @@ class OutfitStudio : public wxFrame {
void ClearProject();
void RenameProject(const string& projectName);

void AnimationGUIFromProj();
void WorkingGUIFromProj();

void OnSashPosChanged(wxSplitterEvent& event);
Expand Down
1 change: 1 addition & 0 deletions ShapeProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ void ShapeProperties::ApplyChanges() {
else {
nif->DeleteSkinning(shape);
os->project->GetWorkAnim()->ClearShape(shape);
os->AnimationGUIFromProj();
}

for (int i = 0; i < extraDataIndices.size(); i++) {
Expand Down

0 comments on commit 92c7a84

Please sign in to comment.