<div dir="ltr">I was working on this bug (really a feature request):<div><a href="https://developer.blender.org/T34664">https://developer.blender.org/T34664</a><br></div><div><br></div><div>I'm wondering: what is the best way to let the user specify the material?</div>
<div><br></div><div>The solidify and wireframe modifiers use slider for "material index offset", and use it to add to the mat_nr (slot number) of the nearby face to get the material for the new face.</div><div><br>
</div><div>I'm not quite getting the utility of specifying this as an offset. Why not just an absolute slot number? With -1 meaning: use the current bevel behavior of trying to assign the material from the nearest face (which is sometimes ambiguous: some newly created faces are equidistant from original faces)?</div>
<div><br></div><div>I suppose ideal would be to have a better UI element to choose material, but for the python binding I guess the parameter should be the integer slot # or slot offset?</div><div><br></div></div>