I'm fairly new to using the python console in blender. I'm wondering, is there any way to determine which shading method, meaning flat or smooth, is being used on a specific object from the console? Thanks.
smooth or flat shading is set per face, so you need to check a certain polygon.
bpy.context.object.data.polygons[0].use_smooth
_________________
I'm sitting, waiting, wishing, building Blender in superstition...