{"id":35221822,"url":"https://github.com/autodesk/3dsmax-usd","last_synced_at":"2026-04-16T15:01:29.852Z","repository":{"id":266568245,"uuid":"715774366","full_name":"Autodesk/3dsmax-usd","owner":"Autodesk","description":"OpenUSD plugin for 3ds Max","archived":false,"fork":false,"pushed_at":"2026-04-15T18:46:37.000Z","size":7466,"stargazers_count":86,"open_issues_count":4,"forks_count":3,"subscribers_count":12,"default_branch":"dev","last_synced_at":"2026-04-15T20:32:22.425Z","etag":null,"topics":["3ds-max","source","usd"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Autodesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-07T20:04:11.000Z","updated_at":"2026-04-02T08:01:06.000Z","dependencies_parsed_at":"2025-04-24T16:29:40.387Z","dependency_job_id":"2f8c7dcc-824f-4f9f-96f4-3f3ecf99a314","html_url":"https://github.com/Autodesk/3dsmax-usd","commit_stats":null,"previous_names":["autodesk/3dsmax-usd"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Autodesk/3dsmax-usd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2F3dsmax-usd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2F3dsmax-usd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2F3dsmax-usd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2F3dsmax-usd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Autodesk","download_url":"https://codeload.github.com/Autodesk/3dsmax-usd/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk%2F3dsmax-usd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31891038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3ds-max","source","usd"],"created_at":"2025-12-30T00:10:23.064Z","updated_at":"2026-04-16T15:01:29.804Z","avatar_url":"https://github.com/Autodesk.png","language":"C++","readme":"![3ds Max USD](doc/images/header.png)\n\n# 3ds Max USD Plugin\n\n**3dsmax-usd** is a feature-rich plugin for 3ds Max that provides support for [OpenUSD](http://openusd.org/) as part of [AOUSD](https://aousd.org/).  While the plugin provides traditional methods for import and export, the most important and exciting capability it provides is to load USD stages directly in the viewport for interactive editing without import/export.\n\n![3ds Max USD](doc/images/3dsmax-usd.png)\n\nThe USD for 3ds Max extension lets you create, edit, work in, work with and collaborate on USD data, while enabling data to move between products (ie. Maya and 3ds Max). By enabling USD data to flow in and out of 3ds Max, you can take advantage of the following key benefits of USD: supporting DCC-agnostic pipelines/workflows and enabling non-linear collaboration. While not necessarily a replacement for the core 3ds Max referencing workflows (Object XRef and Scene XRef), the USD features can be used as a modern cross-DCC referencing pipeline that can enhance, and in many use-cases, replace existing referencing setups.\n\nThe plugin comes with a complete API to allow extending the default import and export process and also to manipulate USD data directly via C++ and Python.\n\n## Features\n\n- Import and Export ASCII And Binary USD formats\n- Open a USD Stage directly for editing\n- USD Explorer\n- USD Cameras\n- USD Lights\n- 3ds Max Controller Support\n- MaterialX Material\n\n## Additional Information\n\n- [Building](doc/build.md)\n- [Coding Standards](doc/CodingGuidelines.md)\n- [Contributing](doc/CONTRIBUTING.md)\n- [Developer Documentation](#developer-documentation)\n- [Security](#security)\n- [Supported Versions](#versions)\n- [Changelog](doc/changelog.md)\n\n## Building\n\nEverything needed to build MaxUSD is provided in the form of source and a Devkit that needs to be installed.  Unit tests are provided for all projects and can be optionally built and executed using google tests. Full details on how to build and test 3dsmax-usd can be found in the [build documentation](doc/build.md).\n\n## Contributions\n\nWe welcome your contributions to enhance and extend the tool set.  Please visit the [contributions](doc/CONTRIBUTING.md) page for further information.\n\n## Developer Documentation\n\nMaxUSD comes with extensive documentation and [samples](samples/readme.md).  For more information on Maxscript exposure please reference the [online documentation](https://help.autodesk.com/view/MAXDEV/2025/ENU/?guid=MAXScript_USD_overview_html) or ask questions in the [discussion pages](https://github.com/Autodesk/3dsmax-usd/discussions).  OpenUSD has a very active [forum](https://forum.aousd.org/) for specific USD questions or discussions.\n\n## Security\n\nWe take security serious at Autodesk and the same goes for our open source contributions.  Our guidelines are documented [here](SECURITY.md)\n\n## Versions\n\n3ds Max USD actively supports the following versions of 3ds Max.\n\n- 2024\n- 2025\n- 2026\n- 2027","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk%2F3dsmax-usd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautodesk%2F3dsmax-usd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk%2F3dsmax-usd/lists"}