Im looking for a script where i can sellect all objects in my scene by material and then join them into a single object. any one scripting these tasks?
This shouldn't be that hard. Standard in max, open the mat editor, right click on the material that's shared by the objects you want to attach and choose 'select by material'. Save to a selection set if needed and attach as one object. Niel Blevins / SoulBurn scripts has a quick script to attach selected. Good luck. -Tyler
the link of the script http://scriptspot.com/3ds-max/attach-mesh-by-material says: , so most likely it wont work in max9. To be more accurate the method "appendIfUnique" is apparently not available until version 2009, so with the code like it is right now you wont have much luck. Have you searched for other scripts that do…
Understandable renderhjs, I didnt expect someone to write the script for me. im already using your textools, so thank you for that! I just hoped someone was already doing this mesh selection by material and could point me out. Thanks for your time, and explanation, now I know why it doesnt work which helps me keep a smile…