# AWS Deadline Cloud for 3ds Max
[](https://pypi.python.org/pypi/deadline-cloud-for-3ds-max)
[](https://pypi.python.org/pypi/deadline-cloud-for-3ds-max)
[](https://github.com/aws-deadline/deadline-cloud-for-3ds-max/blob/mainline/LICENSE)
AWS Deadline Cloud for 3ds Max is a python package that allows users to create [AWS Deadline Cloud][deadline-cloud] jobs from within 3ds Max. Using the [Open Job Description (OpenJD) Adaptor Runtime][openjd-adaptor-runtime] this package also provides a command line application that adapts 3ds Max's command line interface to support the [OpenJD specification][openjd].
[deadline-cloud]: https://docs.aws.amazon.com/deadline-cloud/latest/userguide/what-is-deadline-cloud.html
[deadline-cloud-client]: https://github.com/aws-deadline/deadline-cloud
[openjd]: https://github.com/OpenJobDescription/openjd-specifications/wiki
[openjd-adaptor-runtime]: https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python
[openjd-adaptor-runtime-lifecycle]: https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python/blob/release/README.md#adaptor-lifecycle
## Compatibility
This library requires:
1. 3ds Max 2024.
1. Python 3.10 or higher.
1. Windows operating system.
## Submitter
This package provides a 3ds Max plugin that creates jobs for AWS Deadline Cloud using the [AWS Deadline Cloud client library][deadline-cloud-client]. Based on the loaded scene it determines the files required, allows the user to specify render options, and builds an [OpenJD template][openjd] that defines the workflow.
## Adaptor
The 3ds Max Adaptor implements the [OpenJD][openjd-adaptor-runtime] interface that allows render workloads to launch 3ds Max and feed it commands. This gives the following benefits:
* a standardized render application interface,
* sticky rendering, where the application stays open between tasks,
Jobs created by the submitter use this adaptor by default, and require that both the installed adaptor
and the 3dsMax executable be available on the PATH of the user that will be running the jobs.
Alternatively, you can set the `3DSMAX_EXECUTABLE` environment variable to point to a 3dsMax executable.
The adaptor supports both `3dsmax` and `3dsmaxbatch`.
### Getting Started
The adaptor can be installed by the standard python packaging mechanisms:
```sh
$ pip install deadline-cloud-for-3ds-max
```
After installation it can then be used as a command line tool:
```sh
$ 3dsmax-openjd --help
```
For more information on the commands the OpenJD adaptor runtime provides, see [here][openjd-adaptor-runtime-lifecycle].
## Versioning
This package's version follows [Semantic Versioning 2.0](https://semver.org/), but is still considered to be in its
initial development, thus backwards incompatible versions are denoted by minor version bumps. To help illustrate how
versions will increment during this initial development stage, they are described below:
1. The MAJOR version is currently 0, indicating initial development.
2. The MINOR version is currently incremented when backwards incompatible changes are introduced to the public API.
3. The PATCH version is currently incremented when bug fixes or backwards compatible changes are introduced to the public API.
## Security
See [CONTRIBUTING](https://github.com/aws-deadline/deadline-cloud-for-3ds-max/blob/release/CONTRIBUTING.md#security-issue-notifications) for more information.
## Telemetry
See [telemetry](https://github.com/aws-deadline/deadline-cloud-for-3ds-max/blob/release/docs/telemetry.md) for more information.
## License
This project is licensed under the Apache-2.0 License.
Raw data
{
"_id": null,
"home_page": null,
"name": "deadline-cloud-for-3ds-max",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Amazon Web Services",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/9f/81/dee8f9c534fc6c6ad78719abbb8c6159a55bead6640883f3f4935b4a0a78/deadline_cloud_for_3ds_max-0.1.4.tar.gz",
"platform": null,
"description": "# AWS Deadline Cloud for 3ds Max\n\n\n[](https://pypi.python.org/pypi/deadline-cloud-for-3ds-max)\n[](https://pypi.python.org/pypi/deadline-cloud-for-3ds-max)\n[](https://github.com/aws-deadline/deadline-cloud-for-3ds-max/blob/mainline/LICENSE)\n\nAWS Deadline Cloud for 3ds Max is a python package that allows users to create [AWS Deadline Cloud][deadline-cloud] jobs from within 3ds Max. Using the [Open Job Description (OpenJD) Adaptor Runtime][openjd-adaptor-runtime] this package also provides a command line application that adapts 3ds Max's command line interface to support the [OpenJD specification][openjd].\n\n[deadline-cloud]: https://docs.aws.amazon.com/deadline-cloud/latest/userguide/what-is-deadline-cloud.html\n[deadline-cloud-client]: https://github.com/aws-deadline/deadline-cloud\n[openjd]: https://github.com/OpenJobDescription/openjd-specifications/wiki\n[openjd-adaptor-runtime]: https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python\n[openjd-adaptor-runtime-lifecycle]: https://github.com/OpenJobDescription/openjd-adaptor-runtime-for-python/blob/release/README.md#adaptor-lifecycle\n\n## Compatibility\n\nThis library requires:\n\n1. 3ds Max 2024.\n1. Python 3.10 or higher.\n1. Windows operating system.\n\n## Submitter\n\nThis package provides a 3ds Max plugin that creates jobs for AWS Deadline Cloud using the [AWS Deadline Cloud client library][deadline-cloud-client]. Based on the loaded scene it determines the files required, allows the user to specify render options, and builds an [OpenJD template][openjd] that defines the workflow.\n\n## Adaptor\n\nThe 3ds Max Adaptor implements the [OpenJD][openjd-adaptor-runtime] interface that allows render workloads to launch 3ds Max and feed it commands. This gives the following benefits:\n* a standardized render application interface,\n* sticky rendering, where the application stays open between tasks,\n\nJobs created by the submitter use this adaptor by default, and require that both the installed adaptor\nand the 3dsMax executable be available on the PATH of the user that will be running the jobs.\n\nAlternatively, you can set the `3DSMAX_EXECUTABLE` environment variable to point to a 3dsMax executable.\nThe adaptor supports both `3dsmax` and `3dsmaxbatch`.\n\n### Getting Started\n\nThe adaptor can be installed by the standard python packaging mechanisms:\n```sh\n$ pip install deadline-cloud-for-3ds-max\n```\n\nAfter installation it can then be used as a command line tool:\n```sh\n$ 3dsmax-openjd --help\n```\n\nFor more information on the commands the OpenJD adaptor runtime provides, see [here][openjd-adaptor-runtime-lifecycle].\n\n## Versioning\n\nThis package's version follows [Semantic Versioning 2.0](https://semver.org/), but is still considered to be in its \ninitial development, thus backwards incompatible versions are denoted by minor version bumps. To help illustrate how\nversions will increment during this initial development stage, they are described below:\n\n1. The MAJOR version is currently 0, indicating initial development. \n2. The MINOR version is currently incremented when backwards incompatible changes are introduced to the public API. \n3. The PATCH version is currently incremented when bug fixes or backwards compatible changes are introduced to the public API. \n\n## Security\n\nSee [CONTRIBUTING](https://github.com/aws-deadline/deadline-cloud-for-3ds-max/blob/release/CONTRIBUTING.md#security-issue-notifications) for more information.\n\n## Telemetry\n\nSee [telemetry](https://github.com/aws-deadline/deadline-cloud-for-3ds-max/blob/release/docs/telemetry.md) for more information.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n",
"bugtrack_url": null,
"license": null,
"summary": "AWS Deadline Cloud for 3ds Max",
"version": "0.1.4",
"project_urls": {
"Homepage": "https://github.com/aws-deadline/deadline-cloud-for-3ds-max",
"Source": "https://github.com/aws-deadline/deadline-cloud-for-3ds-max"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "cf27db1ca097b48d5230d4c781ed03f25ff33765a5aeb0f2c701a78dbba18e53",
"md5": "cb12a59313aef8dfbf8ccac9733224e6",
"sha256": "5bff7a98c0d60b34b83ca9e4bda989c4f10a9b6f8442a821e8744f048e3833ad"
},
"downloads": -1,
"filename": "deadline_cloud_for_3ds_max-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb12a59313aef8dfbf8ccac9733224e6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 60814,
"upload_time": "2025-03-21T20:20:36",
"upload_time_iso_8601": "2025-03-21T20:20:36.432612Z",
"url": "https://files.pythonhosted.org/packages/cf/27/db1ca097b48d5230d4c781ed03f25ff33765a5aeb0f2c701a78dbba18e53/deadline_cloud_for_3ds_max-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f81dee8f9c534fc6c6ad78719abbb8c6159a55bead6640883f3f4935b4a0a78",
"md5": "f26c649382f9046408f3d9ae2182dffc",
"sha256": "f43747a58bb590ef23d28f5a1afd58f5d9854e8ee2bc25c247770bf23f369ac7"
},
"downloads": -1,
"filename": "deadline_cloud_for_3ds_max-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "f26c649382f9046408f3d9ae2182dffc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 44690,
"upload_time": "2025-03-21T20:20:39",
"upload_time_iso_8601": "2025-03-21T20:20:39.094672Z",
"url": "https://files.pythonhosted.org/packages/9f/81/dee8f9c534fc6c6ad78719abbb8c6159a55bead6640883f3f4935b4a0a78/deadline_cloud_for_3ds_max-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-21 20:20:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aws-deadline",
"github_project": "deadline-cloud-for-3ds-max",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "deadline-cloud-for-3ds-max"
}