Skip to content

Instantly share code, notes, and snippets.

Avatar

Dan Bruce dancbruce

View GitHub Profile
View cg_breakout.py
# -----------------------------------------------------------------------------
# cg_breakout.py
# Version: 1.0.2
# Author: Dan C Bruce
# Contact: dancbruce@gmail.com
# Updated: May 13th, 2020
# -----------------------------------------------------------------------------
# -----------------------------------------------------------------------------
# Description:
@dancbruce
dancbruce / FFmpegAutoSubmission.py
Created April 6, 2020 12:35
FFmpegAutoSubmission
View FFmpegAutoSubmission.py
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
########################################################################
@dancbruce
dancbruce / cutCopyPaste.mel
Created March 23, 2020 13:40
I just wanted to share a tweak I did to the cutCopyPaste.mel script in Maya that removes the "pasted__" from objects copied from one file to another. It will also increments any object that matches another like the Maya import feature. All you'll need to do is replace the old cutCopyPaste.mel with this one.
View cutCopyPaste.mel
// ===========================================================================
// 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.
// ===========================================================================