Toggle navigation
Polycount
News
Forums
Patreon
Challenges
Quarterly Character Art Challenge
Bi-Monthly Environment Art Challenge
Wiki
Moar
Recent
Activity
Badges
Drafts
Store
Sign In
·
Register
Author:
fdfxd2
Home
›
Technical Talk
Why does this mel command always crash?
malcolm
polycount sponsor
Offline /
Send Message
malcolm
polycount sponsor
Mar 2018
Hey everyone, I'm trying to run a basic script in Maya 2018 and it always crashes. Does anyone else have this problem, and if so what's the work around.
Select a single ojbect and run this mel
ConvertSelectionToEdges;
selectUVBorderComponents {} "" 1;
I'm trying to select all texture border edges in a shelf button, but I can't get around this crash.
0
·
Share on Facebook
Share on Twitter
Replies
Offline /
Send Message
bitinn
polycounter lvl 6
Mar 2018
Can this do what you want?
ConvertSelectionToEdges;
ConvertSelectionToUVShellBorder;
or maybe
ConvertSelectionToEdges;
polyConvertToShell;
Or actually, what's the expect input to
selectUVBorderComponents (what ui does it associate with)?
0
·
Share on Facebook
Share on Twitter
Offline /
Send Message
malcolm
polycount sponsor
Mar 2018
Hey thanks for the reply, the convertshell thing actually crashes it too, buuuuut, I just downloaded 2018 service pack 2 and the bug is fixed. Grab it here if you need it.
https://manage.autodesk.com/cep/#products-services/updates
0
·
Share on Facebook
Share on Twitter
Sign In
or
Register
to comment.
Replies
ConvertSelectionToEdges;
ConvertSelectionToUVShellBorder;
or maybe
ConvertSelectionToEdges;
polyConvertToShell;
Or actually, what's the expect input to selectUVBorderComponents (what ui does it associate with)?
https://manage.autodesk.com/cep/#products-services/updates