Added job that checks if all max builds succeed (#1155) * Added job that checks if all max builds succeed * Fix CD pipeline Max zip path after SDK-style project refactor PR #1149 changed the build output from per-year directories (Max2Babylon/{year}/bin/Release) to SDK-style output paths (Max2Babylon/bin/Release/{year}). Update the CD packaging step to match the new structure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Refactor 3ds Max Exporter project to SDK format (#1149) This PR converts the legacy csproj structure to SDK style format ( 3ds Max exporters only). Additionally it adds 3ds Max 2027 support and combines all 3ds max build targets in one project. --------- Co-authored-by: Sergio R. Z. Masson <97050577+SergioRZMasson@users.noreply.github.com>
Refactor 3ds Max Exporter project to SDK format (#1149) This PR converts the legacy csproj structure to SDK style format ( 3ds Max exporters only). Additionally it adds 3ds Max 2027 support and combines all 3ds max build targets in one project. --------- Co-authored-by: Sergio R. Z. Masson <97050577+SergioRZMasson@users.noreply.github.com>
Removed support for older Maya and 3DS Max versions Removed support for 3DS Max versions: 2015, 2017, 2018, 2019, 2020, 2021, 2022. Removed support for Maya version: 2017, 2019 (#1147)
Refactor 3ds Max Exporter project to SDK format (#1149) This PR converts the legacy csproj structure to SDK style format ( 3ds Max exporters only). Additionally it adds 3ds Max 2027 support and combines all 3ds max build targets in one project. --------- Co-authored-by: Sergio R. Z. Masson <97050577+SergioRZMasson@users.noreply.github.com>
Line endings fix (#759) * fix line endings * line ending definition for cs file * unified line endings to linux lf * line endings converter * fix on all project
Line endings fix (#759) * fix line endings * line ending definition for cs file * unified line endings to linux lf * line endings converter * fix on all project
Command line build and test support (#910) * Adding build and test scripts with python support * Removed redundant code lines to fix errors with launching mpxcommand standalone * Added textured export unit test * Fixed issues with pytest by reverting to version < 5.0.0. Modified tests as required for pytest runner. * Adding command line arguments to batch scripts to support other maya versions Co-authored-by: Nicholas Barlow <whoisdrigax@gmail.com>
Line endings fix (#759) * fix line endings * line ending definition for cs file * unified line endings to linux lf * line endings converter * fix on all project