Diambil dari tokeru:
mel ini berfungsi utk membuka explorer window pada project kita telah kita set:
system("load " + `workspace -q -rd`);
mel ini, buat look through selected dari object yg diseleksi:
lookThru `ls -sl`;
Drop this as a shelf button, it'll swap the active key display between all keys for the current object, to only values selected in the channel box.
if (`timeControl -q -showKeys $gPlayBackSlider` == "active") {
timeControl -e -showKeys $gChannelBoxName $gPlayBackSlider;
print("slider set to show selected channel keys");
} else {
timeControl -e -showKeys active $gPlayBackSlider;
print("slider showing all keys");
}