base class — bpy_struct
Storage of an operator being executed, or registered after execution
| Type : | string, default “” |
|---|
| Type : | string, default “” |
|---|
| Type : | string, default “” |
|---|
Options for this operator type
| Type : | enum in [‘REGISTER’, ‘UNDO’, ‘BLOCKING’, ‘MACRO’, ‘GRAB_POINTER’], default ‘REGISTER’ |
|---|
Operator has a set of reports (warnings and errors) from last execution
| Type : | boolean, default False, (readonly) |
|---|
| Type : | string, default “”, (readonly) |
|---|
| Type : | OperatorProperties, (readonly, never None) |
|---|
report
| Parameters: |
|
|---|
Test if the operator can be called or not.
| Return type: | boolean |
|---|
Execute the operator.
| Returns: | result |
|---|---|
| Return type: | enum in [‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’] |
Invoke the operator.
| Returns: | result |
|---|---|
| Return type: | enum in [‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’] |
Modal operator function.
| Returns: | result |
|---|---|
| Return type: | enum in [‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’] |
Draw function for the operator.
Inherited Properties
Inherited Functions
|
References