Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_userdef.c
| Context not available. | |||||
| #include "BLO_readfile.h" /* Own include. */ | #include "BLO_readfile.h" /* Own include. */ | ||||
| #include "wm_event_types.h" | #include "wm_event_types.h" | ||||
| #include "wm_cursors.h" | |||||
| /* Disallow access to global userdef. */ | /* Disallow access to global userdef. */ | ||||
| #define U (_error_) | #define U (_error_) | ||||
| Context not available. | |||||
| /** | /** | ||||
| * Include next version bump. | * Include next version bump. | ||||
| */ | */ | ||||
| userdef->select_cursor = WM_CURSOR_DEFAULT; | |||||
| userdef->precision_cursor = WM_CURSOR_EDIT; | |||||
| userdef->movement_cursor = WM_CURSOR_NSEW_SCROLL; | |||||
| userdef->paint_cursor = WM_CURSOR_PAINT; | |||||
| userdef->sculpt_cursor = WM_CURSOR_PAINT; | |||||
| userdef->gp_cursor = WM_CURSOR_PAINT; | |||||
| userdef->annotate_cursor = WM_CURSOR_PAINT_BRUSH; | |||||
| { | { | ||||
| /* pass */ | /* pass */ | ||||
| } | } | ||||
| Context not available. | |||||