Torrent Hash - Hash of all existing torrents
Please, pay attention to the fact that you are about to download the torrent NOT from torhash.net
torhash.net is just a torrent search engine, no torrents are hosted here.

Yahoo_script.mel

Infohash:

B83A5C262FE2DCE45D1A37D26C2B3235A5462BD9

Type:

Other

Title:

Yahoo_script.mel

Category:

Other/Other

Uploaded:

2011-04-13 (by kaifi7)

Description:

Just make a Shelf select any joint or object click on the shelf button, you will get a controller placed a\\\\c to the joint and grouped with zero values.

Tags:

  1. Maya
  2. MEL script for automated posit

Files count:

1

Size:

220 bytes

Trackers:

udp://tracker.openbittorrent.com:80
udp://open.demonii.com:1337
udp://tracker.coppersurfer.tk:6969
udp://exodus.desync.com:6969

Comments:

kaifi7 (2011-04-14)

If u have problems, take it from her, just copy n paste:
string $newSet1 = `sets`;
circle -c 0 0 0 -nr 1 0 0 -sw 360 -r 1 -d 3 -ut 0 -tol 0.01 -s 8 -ch 1;
group;
string $newSet2 = `sets`;
select -tgl $newSet1;
ls -selection;
parent;
ResetTransformations;
parent -w;