- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello. I tried to add the "Unfold Along U" command to the hot button in Hotkeyeditor and It's not in the hotkey editor.
MEL script
unfold -i 5000 -ss 0.001 -gb 0 -gmb 0.5 -pub 0 -ps 0 -oa 2 -us off
unfolds the entire mesh, but I only need the selected shell.
I tried to write my own scripts - nothing happened. help me please
In the Script Editor and Echo All Command when I press Unfold Along U button [not hotkey] Maya write:
unfold -i 5000 -ss 0.001 -gb 0 -gmb 0.5 -pub 0 -ps 0 -oa 2 -us off lod00_tst:wersdasd.map[8:9] lod00_tst:wersdasd.map[13] lod00_tst:wersdasd.map[15] lod00_tst:wersdasd.map[51:52] lod00_tst:wersdasd.map[55:57] ;
I tried to combine
unfold -i 5000 -ss 0.001 -gb 0 -gmb 0.5 -pub 0 -ps 0 -oa 2 -us off
and
$shellUVs = `ls -sl`;
print $shellUVs;
and in some reasone Maya write another values
lod00_tst:wersdasd.f[7]
lod00_tst:wersdasd.f[9:10]
lod00_tst:wersdasd.f[19]
lod00_tst:wersdasd.f[39:40]
💁♂️💁♂️💁♂️💁♂️💁♂️
Solved! Go to Solution.