I had another idea. If the point is inside the volume, you can trace a ray to any direction and you intersect a face. You compare the 2 vectors (your …
I don’t have the complete solution but some ideas: First try a fast test : find if the point is completely outside the volume by using the distance. …
Effectively if you change the channel of a modifier unwrap_uvw the changes are lost. The principle is always to have 1 modifier unwrap by channel used…
Gibbz, 99 map channels! Isn’t that sufficient for you hummm?
Sorry I confused the order of the indexMapVerts and the indexMapChannel in the command polyOp.getMapVert ( I thought that you want to read mapVertice …
I think that you have only 99 mapvertices in the base object and You want to access the other mapverts stored in the stack by map channel info. You sh…
To my opinion yes: The center is calculated from vertices. obj=selection[1] currentFaces=polyOp.getFaceSelection obj currentVerts=polyOp.getVertsUsin…
Hi gibbz Indeed to scale faces in maxscript you have to scale the vertices of this faces here is an example: obj=selection[1] currentFaces=#{1..4} -…
Hi all, The new version of ‘morphMap’ is available on scriptspot. the main changes are: now you can select several objects at the same time or yo…
Hi Rivendale I presume that you work with the “convert to polys” checked, isn’t ? I have modified the behavior of the script in this case. Now It w…
Yes, You are right. To make the changes interactive would be a great idea… I do not have time for the moment because it is an important modification …
Hi su37 very strange… You seem to be alone to have this problem. I remove the symbol ” ° ” after each button of rotation. I presume that is the sour…
I am delighted to see that the program is useful for so many people. I had the idea of it when I worked on landscapes for the video game. It was conc…
Download the script again and you will have the version 0.23b with an usable undo ==> scriptspot (lastest scripts)
good idea, im going to modify that.