I will try to explain, but sorry for my english. So, as I already said, the purpos of this is to create mask map. I’m using materialID to separete by…
Thank you! Still I have to find a way to set the materialID of each face without selecting it.
DenisT, can you show me where to find your method of how to get poly face using mesh face id? Right now I use this: ( local curObj = modpanel.getcu…
I’m using edit_poly modifier because not every object may be an editable_poly or editable_mesh objects(i’v already write the code that do all that I w…
I have to add Mask Map to RTTAssist. My first version of mask map was to copy the objects, cobvert them to editable_poly and then separate by elements…
Thank you again. :0 One more question. I want to check the smoothing group of all faces and then to apply different material ID to each face based on …
Thank you. I don’t kno why but when I use getfacematid node.mesh node.mesh.selectedfaces[1] the error occure: – Unable to convert: #faces(1072 : T…
Thanks. This solve all my problems.
My mistake. I didnt upload the scene with proper places of the objects. Here the new screenshot: The same scene, The bbox of the [color=Indigo][colo…
I can’t understand why the code is so … unreadable formated.
One of the advise in maxscript reference is not to use return because it is slow. I don’t know how slow it is, but… So, instead return you can use thi…
Make it as a plugin.See this:
denisT: i showed it many times in this forum… here is it for example: Thank you.