Page MenuHome

PyConsole: doc string of bpy.ops.anim.keyframe_insert shows UNKNOWN ENUM
Closed, ArchivedPublic

Description

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!

Event Timeline

codemanx created this task.Jan 28 2014, 5:20 PM
codemanx raised the priority of this task from to 90.
codemanx updated the task description. (Show Details)
codemanx edited a custom field.
codemanx added a subscriber: codemanx.
Campbell Barton (campbellbarton) changed the task status from Unknown Status to Archived.Jan 28 2014, 5:52 PM

The enum is dynamically generated, so the default value can't be known ahead of time.