Is it possible to shrink/fatten with the even option turned on with python?
Right now I do: bpy.ops.transform.shrink_fatten(value=x)
If you can scale with even ON manually you should be able to do it with python. Have I missed something? It doesn’t mention it in the API:
http://www.blender.org/api/blender_python_api_2_71_release/bpy.ops.transform.html?highlight=bpy.ops.transform.shrink#bpy.ops.transform.shrink_fatten
(If you press Alt or S when you scale by normals, you activate the even setting)
Thanks,
GB