Shrink/fatten no even?

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

Seems like the “even” option is not serialized in the operator, it’s not a property. Might be custom data in the operator itself, which is not accessible from Python.

Damn, too bad… :frowning:
Thank’s for letting me know. :slight_smile: