hi this looks nice. here’s an interactive version of your edgeByAngle script: macroScript edgebyangle category:”KwickCorner” tooltip:”edgebyang…
just put whatever commands you want in parent coordinates in a “in coordsys parent” scope: in coordsys parent ( – commands in parent coordinate system…
and in one line :): for o in objects where (findItem (for m in o.modifiers collect classOf m) morpher > 0) collect o cheers, o
the reason for that is that progressUpdate is also used to check if the cancel button was pressed, so in fact you are checking twice for the cancelati…
hi, you could use the progress bar to interrupt long processes. look for the topic “Progress Bar Display” in the maxscript help for details about how…
take a look at this link: hOpe this helps, o
hi, it should be something like (i don’t have max available at the moment, so i didn’t test this): obj.pos.controller = pathConst – where obj is the…
hi, I don’t think there’s a way to know when the timeslider button is released but you could work around that with a timer, so that the update only h…
do you get any error messages? does the window open at all? I tested it with both max 5 and max 7 and it works fine. I don’t have access to max 6 to t…
hi, check out [b]Set Bitmap Parameters v1.2 at hOpe this helps, o [/b]
Hi, here’s another option. it’s not perfect, but might be good enough… try(destroyDialog roTest)catch() rollout roTest “Test” ( …
use: shellLaunch “c:\” hOpe this helps, o
Hi Tom, check out this date struct, it should help you with what you’re trying to do. there are comments in the script, and a sample function that sh…
check out filterString in the mxs help cheers, o
NAMETAG: ahh ok very simple thanks Is it possible to check if a folder exists? i know you can use getFiles() to check if a file exists but is ther…