base classes — bpy_struct, ID
Window manager datablock defining open windows and other user interface data
Filter addons by category
| Type : | enum in [], default ‘’ |
|---|
Search within the selected filter
| Type : | string, default “”, (never None) |
|---|
Display support level
| Type : | enum set in {‘OFFICIAL’, ‘COMMUNITY’, ‘TESTING’}, default {‘COMMUNITY’, ‘OFFICIAL’} |
|---|
| Type : | string, default “”, (never None) |
|---|
Registered key configurations
| Type : | KeyConfigurations bpy_prop_collection of KeyConfig, (readonly) |
|---|
Operator registry
| Type : | bpy_prop_collection of Operator, (readonly) |
|---|
Open windows
| Type : | bpy_prop_collection of Window, (readonly) |
|---|
Opens a file selector with an operator. The string properties ‘filepath’, ‘filename’, ‘directory’ and a ‘files’ collection are assigned when present in the operator
| Parameters: | operator (Operator) – Operator to call |
|---|
modal_handler_add
| Parameters: | operator (Operator) – Operator to call |
|---|---|
| Return type: | boolean |
event_timer_add
| Parameters: |
|
|---|---|
| Return type: |
event_timer_remove
Operator popup invoke
| Parameters: | |
|---|---|
| Returns: | result
|
| Return type: | enum set in {‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’} |
Operator dialog (non-autoexec popup) invoke
| Parameters: |
|
|---|---|
| Returns: | result
|
| Return type: | enum set in {‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’} |
invoke_search_popup
| Parameters: | operator (Operator) – Operator to call |
|---|
Operator popup invoke
| Parameters: |
|
|---|---|
| Returns: | result
|
| Return type: | enum set in {‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’} |
Operator confirmation
| Parameters: | |
|---|---|
| Returns: | result
|
| Return type: | enum set in {‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’} |
Inherited Properties
Inherited Functions
|
References