Home Technical Talk

Maya Q

motives
polycounter lvl 18
Offline / Send Message
motives polycounter lvl 18
Anyone know if its possible to make a shortcut to toggle preferences?

Would like to be able to toggle between selecting faces from center and by whole faces

Replies

  • Marine
    Options
    Offline / Send Message
    Marine polycounter lvl 18
    you could probably make seperate buttons/shortcuts for each state. set your preferences one way, shift click preferences to add it as a button to your shelf, change preferences, shift click again. not sure if it'll work, but it worked with adding hard/soft edge buttons.

    or you could take a look into script editor and see if there's anything changing in there when you alter your preferences and look for the right command and create your own buttons that way.
  • poopinmymouth
    Options
    Offline / Send Message
    poopinmymouth polycounter lvl 19
    The mel is :
    polySelectConstraint -wholeSensitive off;
    polySelectConstraint -wholeSensitive on;

    I don't know how to make it so it's a toggle (if/then statement) but you could easily make each a shelf button, or a hotkey.

    poop.gif
  • motives
    Options
    Offline / Send Message
    motives polycounter lvl 18
    awesome poop thanks a lot!

    is there a way to check stuff like this out so i can hunt for the code snippets myself later on?
  • Whargoul
    Options
    Offline / Send Message
    Whargoul polycounter lvl 18
    polySelectConstraint -ws (1-`polySelectConstraint -q -ws`);
Sign In or Register to comment.