This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// =========================================================================== | |
// cutCopyPaste.mel | |
// Dan C Bruce | |
// 3/27/2019 | |
// www.dancbruce.com | |
// | |
// Replace the old cutCopyPaste.mel with this to remove the "pasted__" on | |
// objects copied from one Maya to another. It will also increments any object | |
// that matches another like the Maya import feature. | |
// =========================================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from System.Collections.Specialized import * | |
from System.IO import * | |
from System.Text import * | |
from Deadline.Scripting import * | |
from DeadlineUI.Controls.Scripting.DeadlineScriptDialog import DeadlineScriptDialog | |
######################################################################## | |
## Globals | |
######################################################################## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------------------------------------------- | |
# cg_breakout.py | |
# Version: 1.0.2 | |
# Author: Dan C Bruce | |
# Contact: dancbruce@gmail.com | |
# Updated: May 13th, 2020 | |
# ----------------------------------------------------------------------------- | |
# ----------------------------------------------------------------------------- | |
# Description: |