Changeset View
Changeset View
Standalone View
Standalone View
amaranth/scene/debug.py
| Context not available. | |||||
| bl_space_type = "PROPERTIES" | bl_space_type = "PROPERTIES" | ||||
| bl_region_type = "WINDOW" | bl_region_type = "WINDOW" | ||||
| bl_context = "scene" | bl_context = "scene" | ||||
| bl_options = {'DEFAULT_CLOSED'} | |||||
| def draw_header(self, context): | def draw_header(self, context): | ||||
| layout = self.layout | layout = self.layout | ||||
| Context not available. | |||||
| bl_space_type = 'PROPERTIES' | bl_space_type = 'PROPERTIES' | ||||
| bl_region_type = 'WINDOW' | bl_region_type = 'WINDOW' | ||||
| bl_context = "scene" | bl_context = "scene" | ||||
| bl_options = {'DEFAULT_CLOSED'} | |||||
| @classmethod | @classmethod | ||||
| def poll(cls, context): | def poll(cls, context): | ||||
| Context not available. | |||||