View Full Version : show end \ result toggle
Groovedog 12-23-2002, 07:03 PM Hi all,
I would like to set a keyboard shortcut for the "show end\result toggle" button under the modifier stack.
I can't seem to find it in the customize UI interface...
I looked under "S" for show
and under "E" for end.
It would be a great help not to have to push the button everyone time I wanted to view my meshsmooth after changes.
Has anyone done this? Where can I find this parameter in the custimization ui interface. I'm sure it's because I might be using the wrong syntax to look for it.
Any help would be greatly appreciated.
|
|
Dave Black
12-23-2002, 09:00 PM
Well, you could install meshtools. It even comes with an icon for that. I'll have to look around for it in Max's default...Not 100% sure it's an option with the default toolset.
megaflaizer
12-23-2002, 09:37 PM
opena max window listener and write oyur own script. $.somethign or other
if that is too much, theres this thing, its called GOOGLE.
go there and type - show end result toggle 3ds max
ps. look for trinisica, that site has one.
i have some scipts at home, ill check tonite if you dont have it, ill post it here.
Groovedog
12-23-2002, 09:51 PM
Thanks 3DZealot and megaflaizer..
I'm using meshtools and that works great!
I guess it must sound like a stupid question or maybe my perspective is wrong but a customizable user interface means I should be able to hotkey any button. (without scripting)
Especially a main UI button...!
I would think "show \ end result" was a part of any modeler's workflow and would be a big "must have" on the developer's list. Guess not...
Forgive me... just bitching about max (and the fact that I must look stupid since I got the "look it up in the help file response").
Thanks again for your help. Happy Holidays
Dave Black
12-24-2002, 02:35 AM
No, no, max bitching is good...we all need to do it.
Go into your customize UI.
keyboard shortcuts, and select the showendresult on/off toggle from the meshtools set of commands.
:D
:D
:D
megaflaizer
12-24-2002, 06:58 AM
heres another handy one i use for subd modeling. cuz sometimes, you just wanna switch between subd 0 and 1 levels...
save as a .mcr file and you'll se eit in customize UI under dougtools. of coure, simply replacing the string "dougtools" in the script and you can name it whatever you want.
i usually map it to alt +1 or something... whatever
-- Toggle Constraint Type
-- 3ds Max 5.0 commercial
-- Douglas Lee
macroScript Toggle_Meshsmooth_Iterations
category:"Doug Tools"
toolTip:"Meshsmooth Iterations 0/1 Toggle"
(
if ($.modifiers[#MeshSmooth].iterations == 1) then $.modifiers[#MeshSmooth].iterations = 0
else $.modifiers[#MeshSmooth].iterations = 1
)
CGTalk Moderation
01-14-2006, 01:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.