Home Coding, Scripting, Shaders

Select by Angle #MEL?

polycounter lvl 5
Offline / Send Message
Pinned
jayantbhatt007 polycounter lvl 5

Hi guys select by angle is always  a pain for me. So I downloaded one window UI command but dont know how to assign the working command to it. Suppose If I type 0 in the box it should not select the faces and if I type 45 degree in the floatfield it should select faces with 45 degree. Please help me I'm not from programmig field.

 

HERE IS THE COMMAND (I don't know MEL )

 

string $window = `window`;
columnLayout;
floatField -value 0;


showWindow $window;

Replies

Sign In or Register to comment.