Hey guys, I thought i'd start using StrokeIt together with max, so i thought of some nice ways to set it all up. (mouse gestures > faster workflow). but to make a stroke do something i want it to do, i need the action assigned to a shortcut key (which i can then prompt from strokeit). So i need a little script that i can…
Are you sure it is crashing in this script? Have you restarted Max? I have seen some very wrong behaviour where Max will say the problem is in a certain script where it should be in another- if nothing in my code changed, but you got rid of a bunch of other scripts, I don't think the problem is with my code... you may go…
hmm i recently reinstalled max, to get rid of some scripts i never used anymore (chugnuts etc). but somehow everytime i run it now it says: --Runtime error: EPoly face index out of range: <1 or> 14:15 the exact code i'm using:macroScript Smoothtasticcategory: "_BWA_Tools"( if classOf (modPanel.getCurrentObject()) ==…
yay :D exactly what i was hoping for! thanks a lot guys! muhahah i chose slum's name, with RobG's code and sortof merged it all together. do you always have to put: macroscript: smoothtastic category: blabla in front of every script? Psyk0: wow great link, i'm definately gonna follow that tutorial some time. soon i'll be…
( if classOf (modPanel.getCurrentObject()) == Editable_Poly then ( polyop.setFaceSmoothGroup $ #{1..(polyop.getNumFaces $)} 1 )) EDIT: Slum beat me to it but mine is only one line and doesn't change your selection :P