Hey guys, I'm getting to some tutorials I promised I would make today. Here is the first one: It's a beginners Macro Script tutorial aimed at teaching people to record actions in 3ds max and then create shortcut buttons or hotkeys for these actions. I'm sure many of you are familiar with how to do this in Photoshop. This…
Nice man. I will say that instead of using $ , you should use local Obj = selection[1] or whatever you want to call Obj. This is because of how max handles instances. If you consciously or unconsciously have an object + an instance of that object selected, the modifier additions can get multiplied when added. Or if not…
Great tutorial Brad. This thread looks like a good place to post this 3DS Max Custom Quad Menu hotkey combo trick for extending hotkey customization. I learned this from someone's Vimeo tutorial but I forget whose (and it may have been posted here already). If anyone knows, please let us know since all credit belongs to…
Nice one Brad, you could add at the end of the tutorial that you can customize the appearance of the newly created button by right clicking on it and selecting "Edit Button Appearance..." It is also useful to uncheck, or adjust, "Fixed Width Text Buttons" in Customize > Preferences... dialog, under General Panel, section…