Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ollyisonit/mtoa-remote-smedge-submit-script
A simple Maya script for syncing remote render directories and generating config files for the Smedge render manager.
https://github.com/ollyisonit/mtoa-remote-smedge-submit-script
maya maya-script mtoa render-farm smedge
Last synced: about 2 months ago
JSON representation
A simple Maya script for syncing remote render directories and generating config files for the Smedge render manager.
- Host: GitHub
- URL: https://github.com/ollyisonit/mtoa-remote-smedge-submit-script
- Owner: ollyisonit
- License: mit
- Created: 2024-04-03T02:09:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T05:40:51.000Z (9 months ago)
- Last Synced: 2024-04-10T06:35:23.106Z (9 months ago)
- Topics: maya, maya-script, mtoa, render-farm, smedge
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MtoA Remote Smedge Submit Script
A simple Maya script for syncing remote render directories and generating config files for the Smedge render manager. This uses `robocopy` for file syncing, so it's Windows-only.
https://github.com/ollyisonit/mtoa-remote-smedge-submit-script/assets/56850051/518b68a6-bd21-4295-8f35-9ed026904b4a
## How It Works
![](readme-assets/UI-screenshot.PNG)Running the script gives you access to a UI you can use to set your render settings. There are two parts to this script: it first uses `robocopy` to sync your Maya project to your network project directory, and then uses the other settings to generate a Smedge config file for each of your render layers. Smedge config files will be placed in the same directory as your network project. The names of your render output files will be the same as the ones set in your main render settings.
The TX file options rely on Arnold command line arguments that aren't configured properly in some versions of the MtoA plugin, so you may also need to install the [MtoA TX Typo Fix](https://github.com/ollyisonit/mtoa-tx-typo-fix)
## Installation
[Download](https://github.com/ollyisonit/mtoa-remote-smedge-submit-script/releases/latest) and open `submit-smedge-render.py` in the Maya script editor, and then either run it directly or select `File > Save Script to Shelf...` to create a button for it.