You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to edit .dna files in Maya, I encountered an issue with mh4 (after comparing with mh2).
In mh4 version, these 18 expressions (obtained through calibrated.getRawControlName()) are added to the raw expressions.
However, there are no corresponding GUI indices in calibrated.getGUIToRawOutputIndices(), and the indices of these 18 expressions are not found in calibrated.getGUIToRawOutputIndices().
I'm interested in understanding how these 18 expressions are associated with controls and how they function.
I'm confused about this!! Can anyone provide insights into this?
The text was updated successfully, but these errors were encountered:
zero5zc
changed the title
Why this 18 raw expressions no match GUI idx for them
Why these 18 raw expressions no match GUI idx for them
May 11, 2024
The expressions in question are not part of RigLogic and are not driven by face GUI as you’ve already noticed. Those are driven by RBF setup with 3 neck joints: neck_01, neck_02 and head. Rotations of those joints are inputs for RBF nodes and those nodes drive 18 corrective expressions. Maybe this image can help me to explain it better:
Hi I used the dna calibration script( seeing the video on deep dive dna calibration by Epic) to make my customized meta human. The left one is the metahuman I made from identity by video(three pose and teeth pose) and the right one is the result(customized face) from the dna calibration tools provided here. But the mouth shapes and eyes are coming odd. Could anyone please guide me on this.
When attempting to edit .dna files in Maya, I encountered an issue with mh4 (after comparing with mh2).
In mh4 version, these 18 expressions (obtained through calibrated.getRawControlName()) are added to the raw expressions.
However, there are no corresponding GUI indices in calibrated.getGUIToRawOutputIndices(), and the indices of these 18 expressions are not found in calibrated.getGUIToRawOutputIndices().
I'm interested in understanding how these 18 expressions are associated with controls and how they function.
I'm confused about this!! Can anyone provide insights into this?
The text was updated successfully, but these errors were encountered: