base classes — bpy_struct, ID
Window manager datablock defining open windows and other user interface data
Filter add-ons by category
| Type : | enum in [], default ‘’ |
|---|
Search within the selected filter
| Type : | string, default “” |
|---|
Display support level
| Type : | enum set in {‘OFFICIAL’, ‘COMMUNITY’}, default {‘OFFICIAL’, ‘COMMUNITY’} |
|---|
| Type : | string, default “” |
|---|
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) |
|---|
Show up the file selector.
| Parameters: |
|
|---|
modal_handler_add
| Parameters: |
|
|---|---|
| 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 popup invoke.
| Parameters: |
|
|---|---|
| Returns: | result |
| Return type: | enum set in {‘RUNNING_MODAL’, ‘CANCELLED’, ‘FINISHED’, ‘PASS_THROUGH’} |
Inherited Properties
Inherited Functions
|
References