Community
Maya Forum
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Turn off edged faces?

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
t_smith5
1345 Views, 4 Replies

Turn off edged faces?

Hi

 

Is it possible to turn off edged faces like you can in 3ds Max? In Max, you can toggle them on/off with F4. Is it possible to do this in Maya? Thanks.

4 REPLIES 4
Message 2 of 5
Abdulla-Qaladzay
in reply to: t_smith5

Hi @t_smith5 

I think wire-frame on shaded is the same thing and we can easily assign a keyboard shortcut to it.

wireframeOnShaded.gif

Message 3 of 5
t_smith5
in reply to: Abdulla-Qaladzay

Those settings are already disabled for me. The edges show if I have an object selected, but I want to know if they can be turned off when an object is selected.

Message 4 of 5
Abdulla-Qaladzay
in reply to: t_smith5

sorry that wasn't clear for me at the beginning .

now I guess it is exactly like 3ds max:

-go to Preferences => Display => in view section change wireFrame  on shaded to non.

and it is a little script to toggle it (we know that we can easily assign  a custom keyboard-shortcut to it):

 

string $active =`displayPref -q -wsa`;
if ($active == "full"){
displayPref -wsa "none";
}else {displayPref -wsa "full";}

 

and there is some thing else witch quite the same thing which it is selection highlight:

Abdulla-Qaladzay_0-1590695065180.png

watch the video attachment "wiresViewPref.mp4"

 

Message 5 of 5
t_smith5
in reply to: Abdulla-Qaladzay

Sorry, guess I wasn't clear myself. All those settings are enabled. But that custom script works like a charm. Thank you. 🙂

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report