Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_types.h
| Show First 20 Lines • Show All 240 Lines • ▼ Show 20 Lines | |||||
| #define NC_BRUSH (11<<24) | #define NC_BRUSH (11<<24) | ||||
| #define NC_TEXT (12<<24) | #define NC_TEXT (12<<24) | ||||
| #define NC_WORLD (13<<24) | #define NC_WORLD (13<<24) | ||||
| #define NC_ANIMATION (14<<24) | #define NC_ANIMATION (14<<24) | ||||
| #define NC_SPACE (15<<24) | #define NC_SPACE (15<<24) | ||||
| #define NC_GEOM (16<<24) | #define NC_GEOM (16<<24) | ||||
| #define NC_NODE (17<<24) | #define NC_NODE (17<<24) | ||||
| #define NC_ID (18<<24) | #define NC_ID (18<<24) | ||||
| /* (19<<24) is free */ | #define NC_PAINTCURVE (19<<24) | ||||
| #define NC_MOVIECLIP (20<<24) | #define NC_MOVIECLIP (20<<24) | ||||
| #define NC_MASK (21<<24) | #define NC_MASK (21<<24) | ||||
| #define NC_GPENCIL (22<<24) | #define NC_GPENCIL (22<<24) | ||||
| #define NC_LINESTYLE (23<<24) | #define NC_LINESTYLE (23<<24) | ||||
| #define NC_CAMERA (24<<24) | #define NC_CAMERA (24<<24) | ||||
| #define NC_LIGHTPROBE (25<<24) | #define NC_LIGHTPROBE (25<<24) | ||||
| /* data type, 256 entries is enough, it can overlap */ | /* data type, 256 entries is enough, it can overlap */ | ||||
| ▲ Show 20 Lines • Show All 491 Lines • Show Last 20 Lines | |||||