Seems chamfer_type is the right one, the line in the script should be chamferModifier = Quad_Chamfer iterations:2 sharpness:0.5 smoothing_group:1 shading_type:2 chamfer_type:1 The linked file is updated now, too.
I've created some scripts in the past, but most of them were grabbed from the Listener and even then they were pretty basic. Now I wanted to automate the applying of a quad chamfer + turbosmooth with some settings, but I cannot make it work when doing it for multiple objects. After some reading, the best I could come up…
I got one for that too - used to be the main way I did HP work macroScript QuickSubdivisionStack category:"Bolton Tools" toolTip:"Quick Subdivision Stack" ( if (selection.count == 1) then ( macros.run "Modifiers" "Smooth" $.modifiers[#Smooth].autosmooth = on macros.run "Modifiers" "ChamferMod"…