Hey to all,
Could someone check and see if in their 3DS Max they have the Bridge function which could be used for a Quad menu, with settings enabled?
Here is what I mean:
![unled1fab.jpg](http://img163.imageshack.us/img163/3773/unled1fab.jpg)
I just took a gander, and in 3DS Max, I only have Bridge under Edit Poly Group, but it doesn't have a unified function (EI: I cannot select the click bridge OR the Settings bridge, like connect, extrude and bevel have) instead, I need to have 2 separate functions as you can see.
Apparently, a google search shows me that it doesn't exist. Anyone can shed some light on this issue?
Forgot to mention that Relax is also in the same Boat, I had to choose Relax Option because the standard Relax refused to work, anyone has this problem?
Replies
$.PopupDialog #Bridge
-- Runtime error: Unrecognized code: #Bridge
$.PopupDialog #Relax
try to edit one that works, like extrude, max will open(read only) the .mcr file that contains all the macros, there you can copy one of those as a template to create your own .mcr
On AltExecute type do (...
Cheers.
but it's not documented for editable_poly:
basically replaced #bridge for #bridgeBorder,
and for baseobjects, for numbers: 22 and 23 that I got using GetCommandMode() :
Amazing work my good Sir! Much appreciated!