Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P #68

Open
wants to merge 8 commits into
base: gh-pages
Choose a base branch
from
Open

P #68

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.1] - 2024-12-20

### Added
- example script to assemble face rig in Maya with textures `dna_viewer_build_rig_with_textures.py`
- added support for Maya 2024 in dna_calibration.mod file

## [1.3.0] - 2024-08-15

### Added
- support for Maya 2024
- support for Python 3.10
- added source code comments to python wrappers

### Fixed
- `CalculateMeshLowerLODsCommand` was rewritten to address edge cases discovered with eye lashes and to handle some common cases of invalid UV data.
- `RotateCommand` to rotate blend shape target deltas as well.
- `SetBlendShapeTargetDeltasCommand` to allow setting vertex indices as well.
- Swig generated classes are now wrapped instead of being monkey-patched to invoke constructors and destructors (which allows building with newer Swig versions - 4.0.x and 4.1.x).

### Changed
- CMake files to add test cases that execute the example scripts and allow generating bundled archives with CPack.
- Binaries for embeddedRL4 plugin to be .so files.


## [1.2.0] - 2023-06-30

### Added
- assets (gui.ma, Ada.dna, additional_assemble_script.py) which support MHC 2.x.x releases (UE 5.2 and 5.3)


## [1.1.0] - 2023-04-20

### Added
Expand All @@ -26,4 +56,4 @@ All notable changes to this project will be documented in this file. This projec
- option to pass list of indices to remove in remove commands.

### Removed
- removed method `assemble_rig` from DNAViewer API.
- removed method `assemble_rig` from DNAViewer API.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ Several Python examples are provided for reference and can be found in the **exa
- [Generates rig](/examples/dna_viewer_build_rig.py)
- [Export FBX per LOD](/examples/dna_viewer_export_fbx.py)
- [Propagating changes from Maya scene to dna](/examples/dna_viewer_grab_changes_from_scene_and_propagate_to_dna.py)
- [Generate face rig with textures](/examples/dna_viewer_build_rig_with_textures.py)

Note: Examples are grouped in three groups: DNA, DNACalib, and DNAViewer. These names are embedded as prefixes: dna_, dnacalib_, and dna_viewer_.

Expand Down Expand Up @@ -171,7 +172,7 @@ else:
```

# Notes
If a user runs examples in Maya 2022, the value for `ROOT_DIR` should be changed and absolute paths must be used,
If a user runs examples in Maya, the value for `ROOT_DIR` should be changed and absolute paths must be used,
e.g. `c:/MetaHuman-DNA-Calibration` in Windows or `/home/user/MetaHuman-DNA-Calibration` in Linux. Important: Use `/` (forward slash), Maya uses forward slashes in path.

See the [FAQ guide](docs/faq.md) for additional specifications.
Expand Down
Binary file added UnrealFest.zip
Binary file not shown.
526 changes: 526 additions & 0 deletions data/lights.ma

Large diffs are not rendered by default.

Binary file added data/maps/dx11_diffuseIrradiance_map.dds
Binary file not shown.
Binary file added data/maps/dx11_jitter_map.tga
Binary file not shown.
Binary file added data/maps/dx11_skinLUT_map.tga
Binary file not shown.
Binary file added data/maps/dx11_specularIrradiance_map.dds
Binary file not shown.
Binary file added data/maps/eyelashes_color_map.tga
Binary file not shown.
Binary file added data/maps/eyes_color_map.tga
Binary file not shown.
Binary file added data/maps/eyes_normal_map.tga
Binary file not shown.
Binary file added data/maps/head_cavity_map.tga
Binary file not shown.
Binary file added data/maps/head_cm1_color_map.tga
Binary file not shown.
Binary file added data/maps/head_cm2_color_map.tga
Binary file not shown.
Binary file added data/maps/head_cm3_color_map.tga
Binary file not shown.
Binary file added data/maps/head_color_map.tga
Binary file not shown.
Binary file added data/maps/head_micro_normal_map.tga
Binary file not shown.
Binary file added data/maps/head_normal_map.tga
Binary file not shown.
Binary file added data/maps/head_roughness_map.tga
Binary file not shown.
Binary file added data/maps/head_wm1_normal_map.tga
Binary file not shown.
Binary file added data/maps/head_wm2_normal_map.tga
Binary file not shown.
Binary file added data/maps/head_wm3_normal_map.tga
Binary file not shown.
Binary file added data/maps/teeth_color_map.tga
Binary file not shown.
Binary file added data/maps/teeth_normal_map.tga
Binary file not shown.
Binary file added data/masks/head_wm13_lips_DL_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm13_lips_DR_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm13_lips_UL_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm13_lips_UR_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_blink_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_blink_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_browsRaiseInner_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_browsRaiseInner_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_browsRaiseOuter_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_browsRaiseOuter_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_chinRaise_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_chinRaise_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_jawOpen_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_purse_DL_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_purse_DR_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_purse_UL_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_purse_UR_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_squintInner_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm1_squintInner_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_browsDown_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_browsDown_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_browsLateral_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_browsLateral_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_mouthStretch_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_mouthStretch_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_neckStretch_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_neckStretch_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_noseWrinkler_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm2_noseWrinkler_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_cheekRaiseInner_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_cheekRaiseInner_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_cheekRaiseOuter_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_cheekRaiseOuter_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_cheekRaiseUpper_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_cheekRaiseUpper_R_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_smile_L_msk.tga
Binary file not shown.
Binary file added data/masks/head_wm3_smile_R_msk.tga
Binary file not shown.
8,545 changes: 8,545 additions & 0 deletions data/shader.ma

Large diffs are not rendered by default.

Loading