• 1.3.1 a48b933abe

    1.3.1 Stable

    marijavik released this 2024-12-20 22:27:54 +08:00 | 0 commits to main since this release

    [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
    Downloads
  • 1.3.0 6c46445fb0

    1.3.0 Stable

    marijavik released this 2024-08-15 16:11:36 +08:00 | 2 commits to main since this release

    [1.3.0] - 2024-08-15

    Added

    • support for Maya 2024
    • support for Python 3.11
    • 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.
    Downloads
  • 1.2.0 30aec072ff

    Stable

    smilicev released this 2023-06-30 14:11:40 +08:00 | 8 commits to main since this release

    [1.2.0] - 2023-06-30

    updated

    Documentation is updated. We added an explanation of what should be changed in order to support MHC spring release (changes in DNA files).

    Downloads
  • 1.1.0 dc377a79f2

    Stable

    smilicev released this 2023-04-21 17:52:01 +08:00 | 9 commits to main since this release

    [1.1.0] - 2023-04-20

    Added

    • support for Maya 2023
    • support for Python 3.9
    • RenameAnimatedMapCommand class to DNACalib API. Command to remove animated maps.
    • RemoveBlendShapeCommand class to DNACalib API. Command to remove blend shapes.
    • DNA class to DNAViewer API. This class is used for accessing data in DNA file.
    • rig_build method to DNAViewer API. Method used for creating maya scene with functional rig. Replacement of method assemble_rig.
    • Config class to DNAViewer API. Configuration class used for build_meshes.
    • RigConfig class to DNAViewer API. Configuration class used for rig_build.
    • documentation for DNA library.

    Fixed

    • ClearBlendShapesCommand blend shape channel LODs were not correctly set.
    • RotateCommand to rotate blend shape target deltas as well.
    • SetBlendShapeTargetDeltasCommand to allow setting vertex indices as well.

    Changed

    • changed signature of build_meshes. Method used for creating maya scene with meshes.
    • Simplification of additional assemble script.
    • option to pass list of indices to remove in remove commands.

    Removed

    • removed method assemble_rig from DNAViewer API.
    Downloads
  • 1.0.3 5d19123f0c

    1.0.3 Stable

    smilicev released this 2022-12-22 18:33:25 +08:00 | 10 commits to main since this release

    Downloads
  • 1.0.1 a9a80662a8

    Stable

    smilicev released this 2022-11-30 19:03:26 +08:00 | 12 commits to main since this release

    Downloads
  • 1.0.0 2819408a33

    Stable

    EpicJamesP released this 2022-11-29 21:25:24 +08:00 | 14 commits to main since this release

    Downloads