APIs.io
Search
Providers
APIs
Capabilities
Tags
More
Schemas
AsyncAPI
JSON-LD
Rules
Vocabularies
About
Support
Blog
Blog
Add API
Search
Home
Blender
Blender bpy Operator
Blender
· Schema
Blender bpy Operator
Schema representing a Blender Python API operator definition
3D
Animation
Game Development
Modeling
Open Source
Python
Rendering
VFX
Properties
Name
Type
Description
bl_idname
string
Operator identifier (e.g., object.transform_apply)
bl_label
string
Human-readable operator label
bl_description
string
Tooltip description shown in Blender UI
bl_options
array
Operator behavior flags
poll
string
Context poll method description (Python expression or docstring)
properties
array
Operator properties exposed via RNA
View JSON Schema on GitHub