Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_types.h
| Context not available. | |||||
| * Even so, accessing from the menu should behave usefully. | * Even so, accessing from the menu should behave usefully. | ||||
| */ | */ | ||||
| OPTYPE_DEPENDS_ON_CURSOR = (1 << 11), | OPTYPE_DEPENDS_ON_CURSOR = (1 << 11), | ||||
| /** Do not show redo panels for operators before this one in the undo stack. */ | |||||
| OPTYPE_REDO_PANEL_BARRIER = (1 << 12), | |||||
| }; | }; | ||||
| /** For #WM_cursor_grab_enable wrap axis. */ | /** For #WM_cursor_grab_enable wrap axis. */ | ||||
| Context not available. | |||||