(127) Max: Remove Material Assignment
Once you apply a material to an object in Max, you won’t be able to un-assign it. You can only apply other materials. To remove the assignment from all objects and revert back to the object color, type “Geometry.material = undefined” in your MaxScript Listener! To revert only selected objects, make selection and type “$.material = undefined”.
