Hi Renzo, here is a function to do the job. It cycles over all selected objects and performs two test: find overlapped verts and detect open edges. An…
Hi Renzo, don鈥檛 know what鈥檚 the error cause, but you can get the same results in other ways. I took the liberty to write a useless piece of working co…
Great! Thank you Eric, I had “superClassOf” in a corner of my mind but couldn’t get it Enrico
Hi Nicholas, here are some code samples to perform camera and target rotations. Code can be made more compact, but I guess it’s easier to understand t…
Hi Guibou, take a look at “getNodeByName”, under “Node Common Properties, Operators, and Methods” in MaxScript Reference. If I understood your problem…
Hi Arno, from MaxScript Reference, under “Matrix3 Values”: When working with object transformation matrix3 values, the rows and their sub-elements c…
Hi Varinder and welcome, here is some sample code to go through the whole process: ( — create the Volume Fog Atmospheric Effect local volFog…
Hi Jon, you’re right, ‘update’ doesn’t seem to do anything in this case. I made some tests and the behaviour is quite odd: by using ‘meshop.setmapvert…
Hi, I haven’t tried it, doesn’t ‘update’ work? I found an example in MaxScript Reference under “Accessing the Viewport Vertex Alpha Values”. update m…
Hi Alan, as you found out, polys and meshes have different methods to be accessed and modified. First you can check what you’re working on by quering …
Yes, you can presize an array. Unfortunately I made some research about the impact on speeds and it seems to be something barely noticeable. I guess i…
Well done Johan, breaking processes into smaller pieces is always beneficial. It was an issue discussed in this useful thread: , about attaching meshe…
Hi Chris, bad news from me. I made some reserach and MaxScript tests with no luck. The script doesn’t scale linearly. The method you’re using ‘polyOp…
Hi kittikun, by reading the 3ds Max 2010 SDK Help, it seems you should have a single parameter block describing data for both rollups. Look for “Using…