Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_screen_types.h
| Show First 20 Lines • Show All 672 Lines • ▼ Show 20 Lines | enum { | ||||
| * For 3D viewport, to display a new progressive render sample without | * For 3D viewport, to display a new progressive render sample without | ||||
| * while other buffers and overlays remain unchanged. */ | * while other buffers and overlays remain unchanged. */ | ||||
| RGN_DRAW_NO_REBUILD = 4, | RGN_DRAW_NO_REBUILD = 4, | ||||
| /* Set while region is being drawn. */ | /* Set while region is being drawn. */ | ||||
| RGN_DRAWING = 8, | RGN_DRAWING = 8, | ||||
| /* For popups, to refresh UI layout along with drawing. */ | /* For popups, to refresh UI layout along with drawing. */ | ||||
| RGN_REFRESH_UI = 16, | RGN_REFRESH_UI = 16, | ||||
| /* Only editor overlays (currently gizmos only!) should be redrawn. */ | |||||
| RGN_DRAW_EDITOR_OVERLAYS = 32, | |||||
| }; | }; | ||||
| #endif /* __DNA_SCREEN_TYPES_H__ */ | #endif /* __DNA_SCREEN_TYPES_H__ */ | ||||