context.poll_operator
Check if a Blender operator polls successfully in a specified context, including mode, active object, or selection. Returns the poll result to verify operator availability.
Instructions
Check whether a Blender operator polls in the current or proposed context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| idname | Yes | ||
| object | No | ||
| select | No |