Hey I have been having a few problems getting some of my hotkeys set within max. My main one is Bridge, it is a tool that I would love to utilize more in my workflow, but only have succesfully got a hotkey set to just have it become selected. I then have to select and edge and then the other edge for it to bridge, what I would like is to have a a large amounts of edge selected to bridge, hit a hotkey and it create the poly inbetween. Does anyone have any idea how to do this, or is it not possible within max? Precaite the help in advance!
Spark
Replies
The closest I can see (without scripting it, which also works fine - the EditablePoly.Bridge() command operates in the same was as the button, which is ok!) is to assign the hotkey to "Bridge Options" instead, although that means the dialog will pop up - I dunno if hitting a hotkey then hitting Enter is going to be faster than your current method, but that's the only way of doing it without a script.
A script would be quite simple (for most cases, just calling $.Bridge() will do the trick) but you'd probably want some error handling in there just in case you run it on multiple selections or objects which are not editable polys.
will be back in ~ one hour
It is based on a script from perna, but reduced to what I just wanted. The full featured code (it has some more context stuff) can be seen here:
http://boards.polycount.net/showpost.php?p=880985&postcount=25
glad that I have you guys that fix everything for me