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: | 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