Go to PyConsole and autocomplete:
bpy.ops.anim.keyframe_insert(
doc string will show:
keyframe_insert()
bpy.ops.anim.keyframe_insert(type='<UNKNOWN ENUM>', confirm_success=True)
In operator log, the type shows fine!
Go to PyConsole and autocomplete:
bpy.ops.anim.keyframe_insert(
doc string will show:
keyframe_insert()
bpy.ops.anim.keyframe_insert(type='<UNKNOWN ENUM>', confirm_success=True)
In operator log, the type shows fine!
The enum is dynamically generated, so the default value can't be known ahead of time.