an ultimate Polygon Shatter for you.
now you dont have to key each of joint rotations to use paint skin weights tool.This script simplify painting smooth skin binds.
click here for extra video for new functions
description :Shows /Hides Whole/Selected joints.
usage : source ktDispLocalAxis
/*
Update 1.0.6>>Added 64 ready-to-use scripts with previews.(also you can store and see -script in action- animated gifs).and Ofsure you can modify add or recreate your own commands from scratch.
>>Script Preview added for these extensions (also I can add some other I forgot on any request)".png",".jpg",".jpeg",".gif",".iff",".tif",".tiff",".bmp",".tga",".xpm"
Better Tool Than Shelf.
helps you to find the environment (global) variable.search with some including Alphabets and Double Click to print.
source ktAutoSnappablePlayBackSlider.mel
to toggle ON/OFF
name is exactly what it is doing
its for animation... for time slider
source it. to ON / and again for OFF
you can drag time slider unsnappedbut when you mouse up it snaps to nearest timeby the way you can see a more floating animation flowable. and also can key an integer time
snapped timeslider isnt good to track animation because time steps from 3 to 4 to 5 etc.
search with some including Alphabets and Double Click to run(optional).okay.what makes it so interesting is you dont have to write asterix chars ad it is case insensitive.by the way.you do find the command in milliseconds and run it by double click to list item that you are looking for
select particleselect instance objecttype :source ktUninstancer;
and voila you will get all object instances as seperated new objects.this script is now works need to be enhanced too. but for now it works as my needs.
description :
if your eyes are too sleepy, dont wantto wait you PC
wantto save yor CPU+HDD Life and Eyes.
This script will Hybernate your PC After your render finised.
1.Activate via :
kt_toggle.Hybernate.AfterRender;
2.goto bed.
usage :
Put Script into any defined \Scripts directory
in maya type this to enable / disable Hybenating.
warning : this will overwrite your postrender script. in render Settings
filename : kt_toggle.Hybernate.AfterRender.mel
developer : kursat turkay - tarzworkshop ltd.Turkei
*/
{
$postRendermel=`getAttr defaultRenderGlobals.postMel`;
$hybernate="system(\"RunDll32.exe powrprof.dll,SetSuspendState\")";
setAttr -type "string" defaultRenderGlobals.postMel $hybernate;
}
else
setAttr -type "string" defaultRenderGlobals.postMel "";