|
|
|
|
|
MEL:
|
artAttrSkinProperties.mel 11kb
- This script is an update of Maya's paint skin weights tool. I made this a while back after feeling that Maya lacked some
necessary UI to aid in dealing with weights on characters efficiently.
Usage: Put this script in any scripts directory that you use. This script will take prescendence over Maya's
default paint weights script so you don't have to worry about reverting if desired. New options include
'Lock/Unlock Selected', 'Lock All', 'Unlock All', 'Remove Unused Influenced', and a 'Color Feedback' boolean switch. I plan to
add a bit more to this after getting some feedback while still keeping true to Maya's original design, avoiding an unnecessary
learning curve.
Download
View Source
|
|
|
|
|
PERL:
|
tree_view.pl 3kb
- Part of a script I made creating a Win32 TreeView for a side project. Uses a lot of the available functionality of Perl's Win32. When
first creating this, I found that there was very little reference to go by online. Hoping it helps anyone else out in tackling a TreeView
in Perl.
Download
View Source
|
|
|
|
|
archiving_files.pl 3kb
- This script will make a backup of files to another drive or directory if the file is new or newer than the
file already backed up. Included with this script is a .bat file. With something like this you can create a 'Scheduled
Task' in Windows to automatically run the script on a desired basis to make sure you have constant back up of your work.
Soon I will add the ability to backup to FTP.
Usage: E:\Perl_Scripts\archiving_script\archiving_files.pl "C:/Important_Files/" "E:/Backup_Important_Files/" 3 # Number being last modified max
Download
View Source
|
|
|
|
PYTHON:
|
preformat_page.py 1kb
- This script will properly format a script such as this one or others if a web browser does not format it correctly. This is
for mainly newline characters as well as formatting HMTL. Furthermore, Line numbers are added for reference. NOTE: This script will
not work with server side scripts. Instead, I make a .txt copy when needed, but I may add a change for this in the near future.
Usage: http://www.ericpierce.com/cgi-bin/preformat_page.py?file=http://www.ericpierce.com/
tools/python_scripts/preformat_page.txt
Download
View Source
|