Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_types.h
| Show First 20 Lines • Show All 355 Lines • ▼ Show 20 Lines | |||||
| #define ND_SPACE_TIME (12<<16) | #define ND_SPACE_TIME (12<<16) | ||||
| #define ND_SPACE_GRAPH (13<<16) | #define ND_SPACE_GRAPH (13<<16) | ||||
| #define ND_SPACE_DOPESHEET (14<<16) | #define ND_SPACE_DOPESHEET (14<<16) | ||||
| #define ND_SPACE_NLA (15<<16) | #define ND_SPACE_NLA (15<<16) | ||||
| #define ND_SPACE_SEQUENCER (16<<16) | #define ND_SPACE_SEQUENCER (16<<16) | ||||
| #define ND_SPACE_NODE_VIEW (17<<16) | #define ND_SPACE_NODE_VIEW (17<<16) | ||||
| #define ND_SPACE_CHANGED (18<<16) /*sent to a new editor type after it's replaced an old one*/ | #define ND_SPACE_CHANGED (18<<16) /*sent to a new editor type after it's replaced an old one*/ | ||||
| #define ND_SPACE_CLIP (19<<16) | #define ND_SPACE_CLIP (19<<16) | ||||
| #define ND_SPACE_FILE_PREVIEW (20<<16) | |||||
| /* subtype, 256 entries too */ | /* subtype, 256 entries too */ | ||||
| #define NOTE_SUBTYPE 0x0000FF00 | #define NOTE_SUBTYPE 0x0000FF00 | ||||
| /* subtype scene mode */ | /* subtype scene mode */ | ||||
| #define NS_MODE_OBJECT (1<<8) | #define NS_MODE_OBJECT (1<<8) | ||||
| #define NS_EDITMODE_MESH (2<<8) | #define NS_EDITMODE_MESH (2<<8) | ||||
| ▲ Show 20 Lines • Show All 314 Lines • Show Last 20 Lines | |||||