Hi guys, im switching from maya to 3dsmax and i have a question is there a way to make the new primitives to come with a default material assigned? (like in maya default lambert i mean) Because i dont like that wireframe and object are displayed with the same color... confuses me! Thank you in advance :)
Sure, many things are just a few lines of script away :) For example, take this and save it as something.ms in your 3ds max\scripts\startup\ folder (so that it will be run every time your start max): callbacks.addScript #nodeCreated \"( \ local obj = callbacks.notificationParam(); \ if isKindOf obj GeometryClass AND obj ==…