|
Blender V5.0
|
Public Attributes | |
| wmWindow * | win |
| bool | win_is_set |
| bScreen * | screen |
| bool | screen_is_set |
| ScrArea * | area |
| bool | area_is_set |
| ARegion * | region |
| bool | region_is_set |
| bool | use_logging |
Definition at line 124 of file bpy_rna_context.cc.
| ScrArea* ContextStore::area |
Definition at line 129 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().
| bool ContextStore::area_is_set |
Definition at line 130 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().
| ARegion* ContextStore::region |
Definition at line 131 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().
| bool ContextStore::region_is_set |
Definition at line 132 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().
| bScreen* ContextStore::screen |
Definition at line 127 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().
| bool ContextStore::screen_is_set |
Definition at line 128 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().
| bool ContextStore::use_logging |
User's desired logging state for this temp_override instance (can be changed at runtime).
Definition at line 135 of file bpy_rna_context.cc.
| wmWindow* ContextStore::win |
Definition at line 125 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().
| bool ContextStore::win_is_set |
Definition at line 126 of file bpy_rna_context.cc.
Referenced by bpy_context_temp_override().