Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_types.h
| Show First 20 Lines • Show All 386 Lines • ▼ Show 20 Lines | |||||
| /* NC_ANIMATION Animato */ | /* NC_ANIMATION Animato */ | ||||
| #define ND_KEYFRAME (70 << 16) | #define ND_KEYFRAME (70 << 16) | ||||
| #define ND_KEYFRAME_PROP (71 << 16) | #define ND_KEYFRAME_PROP (71 << 16) | ||||
| #define ND_ANIMCHAN (72 << 16) | #define ND_ANIMCHAN (72 << 16) | ||||
| #define ND_NLA (73 << 16) | #define ND_NLA (73 << 16) | ||||
| #define ND_NLA_ACTCHANGE (74 << 16) | #define ND_NLA_ACTCHANGE (74 << 16) | ||||
| #define ND_FCURVES_ORDER (75 << 16) | #define ND_FCURVES_ORDER (75 << 16) | ||||
| #define ND_NLA_ORDER (76 << 16) | |||||
| /* NC_GPENCIL */ | /* NC_GPENCIL */ | ||||
| #define ND_GPENCIL_EDITMODE (85 << 16) | #define ND_GPENCIL_EDITMODE (85 << 16) | ||||
| /* NC_GEOM Geometry */ | /* NC_GEOM Geometry */ | ||||
| /* Mesh, Curve, MetaBall, Armature, .. */ | /* Mesh, Curve, MetaBall, Armature, .. */ | ||||
| #define ND_SELECT (90 << 16) | #define ND_SELECT (90 << 16) | ||||
| #define ND_DATA (91 << 16) | #define ND_DATA (91 << 16) | ||||
| ▲ Show 20 Lines • Show All 566 Lines • Show Last 20 Lines | |||||