Profile PictureNacho Zorrilla
$5+

Batch Script for maya

1 rating
Add to cart

Batch Script for maya

$5+
1 rating

// Batch Tool - Python by Ignacio Zorrilla for Autodesk Maya

// version 1.01

// Oct 10, 2023

// Ignacio Zorrilla

// izbarbera94@gmail.com

Copyright(C) 2023 Ignacio Zorrilla. All Rights Reserved

NOTES

DESCRIPTION:

This python tool for Maya allows the user to batch any script for any amount of maya files.

By selecting the maya files and writing any python code, the script will iterate through the files selected and apply all the scripts determined by the user.

This script is only available for python 3 and maya version 2020 and above

INSTALLATION:

1)Copy the python file "Batch_Script.py"

2) Paste the "Batch_Script.py" file Maya scripts directory. On Windows that is Documents/maya/20xx/scripts/

3) Open Maya. In the Script Editor (Python), past the following code:

'''
import Batch_Script
try:
dialog.close()
dialog.deleteLater()
except:
pass
dialog = Batch_Script.batchUI()
dialog.show()

'''

3) Hit execute (or Ctrl Enter)

______________________________________________________________________________________________________________________________

Maya Files

In this section, you can upload all the maya files you want to execute the script on,

Script Files

Upload all the python scripts you want to execute

Export Method

Determine the export method after executing the scipt.
- Overwrite files: It will save the maya file after executing the script. This will replace the maya file with the new version.
- Make Duplicates: It will save a maya file in the destination path after executing the script
- None: It won't perform any action after executing the script. This can be useful in case you want to manually specify what to do in your own script

Thanks for using!
Let me know if you find any bugs and how you like the tool! I will be happy to help.

$
Add to cart
Size
14 KB
Copy product URL

Ratings

5
(1 rating)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%