Skip to content

Commit

Permalink
Merge pull request #2 from daz3d/unreal-develop
Browse files Browse the repository at this point in the history
Changes to AR Kit Example
  • Loading branch information
David-Vodhanel authored Jul 7, 2021
2 parents 5821de3 + 0acc682 commit 2c063e6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Unreal/DazStudioPlugin/DzUnrealMorphSelectionDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,16 @@ void DzUnrealMorphSelectionDialog::HandleARKitGenesis81MorphsButton()
MorphsToAdd.append("facs_jnt_EyeBlinkRight");
MorphsToAdd.append("facs_bs_EyeSquintLeft_div2");
MorphsToAdd.append("facs_bs_EyeSquintRight_div2");
MorphsToAdd.append("facs_ctrl_EyeLookUpRight");
MorphsToAdd.append("facs_ctrl_EyeLookUpLeft");
MorphsToAdd.append("facs_ctrl_EyeLookOutRight");
MorphsToAdd.append("facs_ctrl_EyeLookOutLeft");
MorphsToAdd.append("facs_ctrl_EyeLookInRight");
MorphsToAdd.append("facs_ctrl_EyeLookInLeft");
MorphsToAdd.append("facs_ctrl_EyeLookDownRight");
MorphsToAdd.append("facs_ctrl_EyeLookDownLeft");
MorphsToAdd.append("facs_bs_NoseSneerRight_div2");
MorphsToAdd.append("facs_bs_NoseSneerLeft_div2");
MorphsToAdd.append("facs_jnt_JawForward");
MorphsToAdd.append("facs_jnt_JawLeft");
MorphsToAdd.append("facs_jnt_JawRight");
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 2c063e6

Please sign in to comment.