Hi, Here is an example showing how to enable/disable a control depending on a checkbox state: ( rollout rollExample “Checkbox Example” ( checkbo…
Hi, You have to set the on update handler in the plugin material body (not inside the rollout definition) like this: plugin material testMTL name:”T…
Hi Spencer, If I understand what you want to do, you can try: x = #($*top*) y = #($*bottom*) for i in x do ( append y i ) clearSelection() for ob…
PEN, this is an interesting batch processing script. I’ve also developed a small and simple batch processing script :
To avoid unwanted behaviour when choosing cancel (inDir will be undefined value) add this: ———————————————————-…
Hi, You can change the end of the script like this: —————————————————————————— — Run script -…
Hi Luigi, It seems that one icon is missing in “VA_16i.bmp”: its size is 1514 and should be 3216 with two icons.
Hi, TANGENT and TANGENT0 semantics are the only TANGENT semantics supported in 3ds Max. It’s the same for NORMAL.
Hi, I think you have to convert the returned string replacing the single backslash by two backslashs: ‘’ -> “\” A MAXScript developer made a scr…
Hi, Thanks for these links. Here is the links of the plugins (source code) I’ve developed at home :
Hi, dotNet wrapper behaviour is sometimes strange. Especially I had a lot of errors/problems with dotNet forms. So I avoid using them in MAXScripts a…
Hi, Can you provide your code if it’s possible ? Thanks in advance. Yannick
Hi, I think you have to use the “on ComboBox DrawItem arg do” event handler. Are you creating these controls in a rollout or a form ? Using Rollou…
j-man: hmmm yes. thanks. I’ve been using this as refernce but for some reason it doesn’t seem to be working for me thanks again. J. Have you …