Blender · Schema

Blender bpy Operator

Schema representing a Blender Python API operator definition

3DAnimationGame DevelopmentModelingOpen SourcePythonRenderingVFX

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