Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Show First 20 Lines • Show All 1,708 Lines • ▼ Show 20 Lines | |||||
| #define R_STAMP_NOTE 0x0020 | #define R_STAMP_NOTE 0x0020 | ||||
| #define R_STAMP_DRAW 0x0040 /* draw in the image */ | #define R_STAMP_DRAW 0x0040 /* draw in the image */ | ||||
| #define R_STAMP_MARKER 0x0080 | #define R_STAMP_MARKER 0x0080 | ||||
| #define R_STAMP_FILENAME 0x0100 | #define R_STAMP_FILENAME 0x0100 | ||||
| #define R_STAMP_SEQSTRIP 0x0200 | #define R_STAMP_SEQSTRIP 0x0200 | ||||
| #define R_STAMP_RENDERTIME 0x0400 | #define R_STAMP_RENDERTIME 0x0400 | ||||
| #define R_STAMP_CAMERALENS 0x0800 | #define R_STAMP_CAMERALENS 0x0800 | ||||
| #define R_STAMP_STRIPMETA 0x1000 | #define R_STAMP_STRIPMETA 0x1000 | ||||
| #define R_STAMP_MEMORY 0x2000 | |||||
| #define R_STAMP_PEAK_MEMORY 0x4000 | |||||
| #define R_STAMP_ALL (R_STAMP_TIME|R_STAMP_FRAME|R_STAMP_DATE|R_STAMP_CAMERA|R_STAMP_SCENE| \ | #define R_STAMP_ALL (R_STAMP_TIME|R_STAMP_FRAME|R_STAMP_DATE|R_STAMP_CAMERA|R_STAMP_SCENE| \ | ||||
| R_STAMP_NOTE|R_STAMP_MARKER|R_STAMP_FILENAME|R_STAMP_SEQSTRIP| \ | R_STAMP_NOTE|R_STAMP_MARKER|R_STAMP_FILENAME|R_STAMP_SEQSTRIP| \ | ||||
| R_STAMP_RENDERTIME|R_STAMP_CAMERALENS) | R_STAMP_RENDERTIME|R_STAMP_CAMERALENS|R_STAMP_MEMORY|R_STAMP_PEAK_MEMORY) | ||||
| /* alphamode */ | /* alphamode */ | ||||
| #define R_ADDSKY 0 | #define R_ADDSKY 0 | ||||
| #define R_ALPHAPREMUL 1 | #define R_ALPHAPREMUL 1 | ||||
| /*#define R_ALPHAKEY 2*/ /* deprecated, shouldn't be used */ | /*#define R_ALPHAKEY 2*/ /* deprecated, shouldn't be used */ | ||||
| /* color_mgt_flag */ | /* color_mgt_flag */ | ||||
| enum { | enum { | ||||
| ▲ Show 20 Lines • Show All 458 Lines • Show Last 20 Lines | |||||