They can access the material in Scene Materials in the Material Editor.
[color=Silver]Use this as reference of how to assign a material to an object without affecting the Material Editor [/color] selection[1].material = …
An edge crossing works as I want. A vert over face will not work in some cases. So I agree that an edge crossing edge is the right path to solve the …
This is what i’ve got so far. For an object with 650 edges and 200 cross points the time to find the cross edges is 11 – 13 sec. How to speed up the …
This also is possible situation. The verts can be over a face that is not a neighbor of this face. I want to start from somewhere. I was thinking to u…
I tested the Denis code and it works with max9 and max2009.
Read post #3.
O forgot to rename one of the variables. Fixed. ( function GetVptSizeY = ( local curMaxVptSize = 0 curLayout = viewport.getLayout() if c…
( function GetVptSizeY = ( local curMaxVptSize = 0 curlay = viewport.getLayout() if curLayout != #layout_1 then ( actview = viewpo…
Denis, thank you. Now my script works properly.
Thank you Denis. It will works with max2010 and up, but this will not be a problem.
Yep. In this case the vert 18 and vert 19 are swapped. When I use box primitie converted to editable poly there is no problem. But spheres… Is there …