NAMETAG: Id like to create script that does a similar thing to create new project in maya but im not sure if you can create folders on your drive fr…
if you need the subtractoin only for simple arrays of numbers you can use this: ( (array1 as bitArray) – (array2 as bitArray) ) as array hOpe th…
hi, you first have to create a controller for the property before you can create keys on it. Sequence Sequence_Begin_End:off pos:[2.10911,-18.9042…
I don’t think so, it seems your code should work fine. this looks like a bug. perhaps bobo has some insight…
Hi, I prefer to use setINISetting and getINISetting in these cases. is saves you the need to create/open/close the file and parse it. it works very f…
it might be a bit order problem (big/small endian) since you are using a binary format. make sure you read the values the same as you write them. hOp…
here’s a little functions to do this: — get a list of object that has a modifier of class mod from the objs list fn getObjsUsingMod objs mod = ( …
there’s a system global called maxFileName that holds this name. hOpe this helps, o
hi, you could try and delete the maxscrpt.dsk file in your max-root directory (make a backup first!) if that doesn’t work, you can try to repair you…
I looked into SciTE recently. it is true that you have to compile the Lexer (the scintilla syntax parser) with it if you want a new language added, ho…
not exactly. getMeditMaterial returns the material stored in a material editor slot, however, this material doesn’t have to be assigned to any object….
here’s a little expamle of how to do this: macroScript testDialog buttontext: “test dialog” category: “Tests” ( — declare a local vari…
Tak Tak, check out this example: rollout roTest “test” ( local rcTest — declare the RC Menu to be used later… — NOTE: a funct…
hi galagast, it seems you didn’t find the second link, which i think you’ll find interesting. the topic of that thread is: “New Maxscript Control (ch…