Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_node.h
| Show First 20 Lines • Show All 1,184 Lines • ▼ Show 20 Lines | |||||
| #define CMP_NODE_OUTPUT_MULTI_FILE__DEPRECATED \ | #define CMP_NODE_OUTPUT_MULTI_FILE__DEPRECATED \ | ||||
| 267 /* DEPRECATED multi file node has been merged into regular CMP_NODE_OUTPUT_FILE */ | 267 /* DEPRECATED multi file node has been merged into regular CMP_NODE_OUTPUT_FILE */ | ||||
| #define CMP_NODE_MASK 268 | #define CMP_NODE_MASK 268 | ||||
| #define CMP_NODE_KEYINGSCREEN 269 | #define CMP_NODE_KEYINGSCREEN 269 | ||||
| #define CMP_NODE_KEYING 270 | #define CMP_NODE_KEYING 270 | ||||
| #define CMP_NODE_TRACKPOS 271 | #define CMP_NODE_TRACKPOS 271 | ||||
| #define CMP_NODE_INPAINT 272 | #define CMP_NODE_INPAINT 272 | ||||
| #define CMP_NODE_DESPECKLE 273 | #define CMP_NODE_DESPECKLE 273 | ||||
| #define CMP_NODE_ANTIALIASING 274 | |||||
| #define CMP_NODE_GLARE 301 | #define CMP_NODE_GLARE 301 | ||||
| #define CMP_NODE_TONEMAP 302 | #define CMP_NODE_TONEMAP 302 | ||||
| #define CMP_NODE_LENSDIST 303 | #define CMP_NODE_LENSDIST 303 | ||||
| #define CMP_NODE_SUNBEAMS 304 | #define CMP_NODE_SUNBEAMS 304 | ||||
| #define CMP_NODE_COLORCORRECTION 312 | #define CMP_NODE_COLORCORRECTION 312 | ||||
| #define CMP_NODE_MASK_BOX 313 | #define CMP_NODE_MASK_BOX 313 | ||||
| ▲ Show 20 Lines • Show All 233 Lines • Show Last 20 Lines | |||||