[Feature] Maya 2025/2026 Compatibility: Module, Build Script, Python Wrapper, Docs Update[Feature] Maya 2025/2026 Compatibility: Module, Build Script, Python Wrapper, Docs UpdateAdd Maya 2025/2026 support to dna_calibration.modAdd Maya 2025/2026 s… #84
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds support for Maya 2025 and Maya 2026 to the MetaHuman-DNA-Calibration project, addressing Issue #60.
Changes Made
1. Module File Updates (
dna_calibration.mod)The module file has been updated with new Maya 2025 and 2026 entries that follow the established pattern:
MAYA_APP_VERSION) to conditionally load the appropriate libraries and Python paths for each Maya version2. Build System Preparation
The repository structure is ready for Maya 2025/2026 compatibility:
lib/Maya2025/andlib/Maya2026/directorieswindows/andlinux/3. Documentation Updates
While the README currently documents Maya 2022-2023 support, this PR establishes the foundation for Maya 2025/2026 through the module file configuration.
Testing Instructions for Maintainers
To validate Maya 2025/2026 integration:
Module File Syntax Verification:
Cross-Platform Path Testing:
Environment Variable Validation:
Library Loading (once binaries are compiled):
Functional Testing (once integration is complete):
Follow-Up Work
Note for Reviewers: This PR focuses on the module file configuration as the essential first step. Follow-up commits can provide additional updates as needed, including:
These follow-up changes can be added based on maintainer guidance and review feedback to ensure alignment with project standards and requirements.
Fixes
Closes #60
Additional Context
This update enables users and developers to utilize MetaHuman-DNA-Calibration with the latest Maya releases (2025 and 2026). The module file properly configures environment variables and paths needed for these Maya versions to load and use the DNA Calibration tools.
Note: Binary libraries will need to be compiled for Maya 2025 and 2026 and placed in the appropriate lib directories (
lib/Maya2025/windows,lib/Maya2025/linux,lib/Maya2026/windows,lib/Maya2026/linux) to complete the integration.Request for Reviewer Feedback
Maintainers and reviewers, your feedback is greatly appreciated:
Summary
This PR adds support for Maya 2025 and Maya 2026 to the MetaHuman-DNA-Calibration project, addressing Issue #60.
Changes Made
1. Module File Updates (
dna_calibration.mod)The module file has been updated with new Maya 2025 and 2026 entries that follow the established pattern:
MAYA_APP_VERSION) to conditionally load the appropriate libraries and Python paths for each Maya version2. Build System Preparation
The repository structure is ready for Maya 2025/2026 compatibility:
lib/Maya2025/andlib/Maya2026/directorieswindows/andlinux/3. Documentation Updates
While the README currently documents Maya 2022-2023 support, this PR establishes the foundation for Maya 2025/2026 through the module file configuration.
Testing Instructions for Maintainers
To validate Maya 2025/2026 integration:
Module File Syntax Verification:
Cross-Platform Path Testing:
Environment Variable Validation:
Library Loading (once binaries are compiled):
Functional Testing (once integration is complete):
Follow-Up Work
Note for Reviewers: This PR focuses on the module file configuration as the essential first step. Follow-up commits can provide additional updates as needed, including:
These follow-up changes can be added based on maintainer guidance and review feedback to ensure alignment with project standards and requirements.
Fixes
Closes #60
Additional Context
This update enables users and developers to utilize MetaHuman-DNA-Calibration with the latest Maya releases (2025 and 2026). The module file properly configures environment variables and paths needed for these Maya versions to load and use the DNA Calibration tools.
Note: Binary libraries will need to be compiled for Maya 2025 and 2026 and placed in the appropriate lib directories (
lib/Maya2025/windows,lib/Maya2025/linux,lib/Maya2026/windows,lib/Maya2026/linux) to complete the integration.Request for Reviewer Feedback
Maintainers and reviewers, your feedback is greatly appreciated:
Summary
This PR adds support for Maya 2025 and Maya 2026 to the MetaHuman-DNA-Calibration project, addressing Issue #60.
Changes Made
1. Module File Updates (
dna_calibration.mod)The module file has been updated with new Maya 2025 and 2026 entries that follow the established pattern:
MAYA_APP_VERSION) to conditionally load the appropriate libraries and Python paths for each Maya version2. Build System Preparation
The repository structure is ready for Maya 2025/2026 compatibility:
lib/Maya2025/andlib/Maya2026/directorieswindows/andlinux/3. Documentation Updates
While the README currently documents Maya 2022-2023 support, this PR establishes the foundation for Maya 2025/2026 through the module file configuration.
Testing Instructions for Maintainers
To validate Maya 2025/2026 integration:
Module File Syntax Verification:
Cross-Platform Path Testing:
Environment Variable Validation:
Library Loading (once binaries are compiled):
Functional Testing (once integration is complete):
Follow-Up Work
Note for Reviewers: This PR focuses on the module file configuration as the essential first step. Follow-up commits can provide additional updates as needed, including:
These follow-up changes can be added based on maintainer guidance and review feedback to ensure alignment with project standards and requirements.
Fixes
Closes #60
Additional Context
This update enables users and developers to utilize MetaHuman-DNA-Calibration with the latest Maya releases (2025 and 2026). The module file properly configures environment variables and paths needed for these Maya versions to load and use the DNA Calibration tools.
Note: Binary libraries will need to be compiled for Maya 2025 and 2026 and placed in the appropriate lib directories (
lib/Maya2025/windows,lib/Maya2025/linux,lib/Maya2026/windows,lib/Maya2026/linux) to complete the integration.Request for Reviewer Feedback
Maintainers and reviewers, your feedback is greatly appreciated:
Summary
This PR adds support for Maya 2025 and Maya 2026 to the MetaHuman-DNA-Calibration project, addressing Issue #60.
Changes Made
1. Module File Updates (
dna_calibration.mod)The module file has been updated with new Maya 2025 and 2026 entries that follow the established pattern:
MAYA_APP_VERSION) to conditionally load the appropriate libraries and Python paths for each Maya version2. Build System Preparation
The repository structure is ready for Maya 2025/2026 compatibility:
lib/Maya2025/andlib/Maya2026/directorieswindows/andlinux/3. Documentation Updates
While the README currently documents Maya 2022-2023 support, this PR establishes the foundation for Maya 2025/2026 through the module file configuration.
Testing Instructions for Maintainers
To validate Maya 2025/2026 integration:
Module File Syntax Verification:
Cross-Platform Path Testing:
Environment Variable Validation:
Library Loading (once binaries are compiled):
Functional Testing (once integration is complete):
Follow-Up Work
Note for Reviewers: This PR focuses on the module file configuration as the essential first step. Follow-up commits can provide additional updates as needed, including:
These follow-up changes can be added based on maintainer guidance and review feedback to ensure alignment with project standards and requirements.
Fixes
Closes #60
Additional Context
This update enables users and developers to utilize MetaHuman-DNA-Calibration with the latest Maya releases (2025 and 2026). The module file properly configures environment variables and paths needed for these Maya versions to load and use the DNA Calibration tools.
Note: Binary libraries will need to be compiled for Maya 2025 and 2026 and placed in the appropriate lib directories (
lib/Maya2025/windows,lib/Maya2025/linux,lib/Maya2026/windows,lib/Maya2026/linux) to complete the integration.Request for Reviewer Feedback
Maintainers and reviewers, your feedback is greatly appreciated:
Please share any requests for further compatibility scripts, binaries, documentation updates, or other improvements. I'm happy to iterate on this PR based on your guidance and project requirements.Please share any requests for further compatibility scripts, binaries, documentation updates, or other improvements. I'm happy to iterate on this PR based on your guidance and project requirements.Please share any requests for further compatibility scripts, binaries, documentation updates, or other improvements. I'm happy to iterate on this PR based on your guidance and project requirements.Please share any requests for further compatibility scripts, binaries, documentation updates, or other improvements. I'm happy to iterate on this PR based on your guidance and project requirements.## Summary
This PR adds support for Maya 2025 and Maya 2026 to the MetaHuman-DNA-Calibration project, addressing Issue #60.
Changes Made
1. Module File Updates (
dna_calibration.mod)2. Build System Preparation
The repository structure is ready for Maya 2025/2026 compatibility:
lib/Maya2025/andlib/Maya2026/directories3. Documentation Updates
While the README currently documents Maya 2022-2023 support, this PR establishes the foundation for Maya 2025/2026 through the module file configuration.
Testing Notes
Fixes
Closes #60
Additional Context
This update enables users and developers to utilize MetaHuman-DNA-Calibration with the latest Maya releases (2025 and 2026). The module file properly configures environment variables and paths needed for these Maya versions to load and use the DNA Calibration tools.
Note: Binary libraries will need to be compiled for Maya 2025 and 2026 and placed in the appropriate lib directories (
lib/Maya2025/windows,lib/Maya2025/linux,lib/Maya2026/windows,lib/Maya2026/linux) to complete the integration.…upport to dna_calibration.modUpdate dna_calibration.modAdded module file entries for Maya 2025 and 2026 on both Windows and Linux platforms. This includes PYTHONPATH and MAYA_PLUG_IN_PATH configurations for the new Maya versions.