|
|
Python Scripts
note: I use wxPython for most of my windowing.- Maya Related
- jpmAmIaReference - Is the node refrenced?
- jpmAutoClusterCurve - create a cluster per CV
- jpmColonBlow - Replace ":" with "_"
- jpmConstraintSnap - snap one object to another
- jpmCreateControls - my favorite control curves
- jpmFilterList - wildcard search for a list
- jpmTypeFilterList - wildcard and type search for alist
- jpmKeyAllControls - key whats selected
- jpmSelectAllControls - select "*_CTRL"
- jpmReturnToDefault - set t,r,s to 0,0,1
- jpmMassCopySkinWeights - copy weights on lots of objects
- Maya Collaboration Tool - in Beta - Chat functionality through Maya
- Maya Collaboration Tool - The Windows standalone version that doesn't require Python installed
- MCT_sender.py - The MCT sender script
- remoteMEL - remote MEL window
- genericText_sender - needed for remoteMEL
- XSI Related
- jpxPointOven - an interface for applying Point Oven files in XSI
- jpxFilterList - filter a list for a regular expression
- jpxReadLines - read a file line by line into an array
- jpxSelectAllControls - select everything in a heirarchy called "*_CTRL"
- jpxSetSceneRanges - sets timeline ranges as defined by a txt file - ***now in wxPython***
- ranges.txt - a sample ranges file (same for Maya version)
- File Manipulation
- jpoTrails - composite a sequence on top of itself ***REQUIRES IMAGE MAGICK***
- jpoCleanFiles - Deletes all files of a specified extension from a specified directory tree.
- jpMakeProject - makes a project's directories
- jpStripMDD - strips a prefix off of an mdd file
- jpoFlop - Flops (horizontal flip) every jpg and tga in a directory ***REQUIRES IMAGE MAGICK***
- jpDoomsday - removes all my files from a machine (currently declawed)
- jpDupeDirHeir - Dupe Directory Heirarchy one level deep
- jpoLoRes - Convert files to loRes files ***REQUIRES IMAGE MAGICK***
- jpoOddMenOut - find bad files in renders
- jpoSelfCalling - a script that calls itself
- Strip Spaces - Strips spaces out of file names
- extToMP3 - renames .wav files .mp3 (made to fix an issue with my CD Ripper)
