Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_types.h
| Show First 20 Lines • Show All 347 Lines • ▼ Show 20 Lines | |||||
| #define NC_MOVIECLIP (21 << 24) | #define NC_MOVIECLIP (21 << 24) | ||||
| #define NC_MASK (22 << 24) | #define NC_MASK (22 << 24) | ||||
| #define NC_GPENCIL (23 << 24) | #define NC_GPENCIL (23 << 24) | ||||
| #define NC_LINESTYLE (24 << 24) | #define NC_LINESTYLE (24 << 24) | ||||
| #define NC_CAMERA (25 << 24) | #define NC_CAMERA (25 << 24) | ||||
| #define NC_LIGHTPROBE (26 << 24) | #define NC_LIGHTPROBE (26 << 24) | ||||
| /* Changes to asset data in the current .blend. */ | /* Changes to asset data in the current .blend. */ | ||||
| #define NC_ASSET (27 << 24) | #define NC_ASSET (27 << 24) | ||||
| /* Changes to the active viewer path. */ | |||||
| #define NC_VIEWER_PATH (28 << 24) | |||||
| /* data type, 256 entries is enough, it can overlap */ | /* data type, 256 entries is enough, it can overlap */ | ||||
| #define NOTE_DATA 0x00FF0000 | #define NOTE_DATA 0x00FF0000 | ||||
| /* NC_WM windowmanager */ | /* NC_WM windowmanager */ | ||||
| #define ND_FILEREAD (1 << 16) | #define ND_FILEREAD (1 << 16) | ||||
| #define ND_FILESAVE (2 << 16) | #define ND_FILESAVE (2 << 16) | ||||
| #define ND_DATACHANGED (3 << 16) | #define ND_DATACHANGED (3 << 16) | ||||
| ▲ Show 20 Lines • Show All 920 Lines • Show Last 20 Lines | |||||