Thanks, i will check the links
Thank you denisT, got it, now I must have to move to 2009. C++ stuff is great, I always wanted to use some SDK stuff for speed but I have no knowled…
I also used to rename from command panel, but I was using it with 3dsmax2008. may be thats the problem.
denisT: Both of them #nodeNameReset and #nodeRenamed are same. in maxscript documentation it is mentioned as follows- “It is more reliable to use t…
[left] [left]–for VIEWPORT undo : max views undo –for VIEWPORT redo: max view redo[/left] [/left] [left] [/left] [left] [/left]
–for undo : max undo –for redo: max redo that simple
your code will not work and will produce error if your material has no diffuse map applied… or if there is any procedural map inside. you need to hav…
SelMat = multimaterial() — create multi sub material nSbMats = (SelMat.numsubs = 2) — set no. of sub mat to 2 meditmaterials[1] = SelMat — get t…
What I understand is that you want to extrude your mesh along with the local face normals. here is the code – myMesh = sphere name:”mySphere” conver…
you can do it like this which is more readable– btn_Blast.visible = true //make it visible btn_Blast.visible = false //make it …
Many thanks denisT, actually I am creating our custom Layer manager where everybody will follow naming convention as per our standard, so what I am t…
Thank you very much for this custom function…thats what I want. but now how can I use it, I don’t know much about the file I/O in maxscript, so pls g…