hello, I´d like to know if there is a way to revert how the chamfer works inside editable poly, before it would do a regular chamfer by default, in recent versions of Max, it does like a round corner, and you need to click twice. I know you can open the options, select 0 segments, and then is fine, but you need to do that per mesh. Thanks!
Replies
You can change defaults persistently so every new session of max will keep using your settings instead of resetting them each and everytime you apply an edit_poly/collapse stack :
1 - open the maxscript listener
2 - copy these lines one by one and hit enter after each entry to apply the setting :
result = DefaultParamInterface.SetDefaultParamValue Edit_Poly "edgeChamferSmoothType" 1 persistent:true
That said chamfer still asks for a validate click once chamfer is done, I'd be curious (and happy tbh) to learn how to prevent this
and that 1 sec pause as max struggles to draw the ui
pasting it with all objects selected (it works like instance then) or just paste individually per mesh and change settings to your desire without having to reduce segments.