Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_node.h
| Show First 20 Lines • Show All 1,249 Lines • ▼ Show 20 Lines | |||||
| #define CMP_NODE_MAP_RANGE 319 | #define CMP_NODE_MAP_RANGE 319 | ||||
| #define CMP_NODE_PLANETRACKDEFORM 320 | #define CMP_NODE_PLANETRACKDEFORM 320 | ||||
| #define CMP_NODE_CORNERPIN 321 | #define CMP_NODE_CORNERPIN 321 | ||||
| #define CMP_NODE_SWITCH_VIEW 322 | #define CMP_NODE_SWITCH_VIEW 322 | ||||
| #define CMP_NODE_CRYPTOMATTE_LEGACY 323 | #define CMP_NODE_CRYPTOMATTE_LEGACY 323 | ||||
| #define CMP_NODE_DENOISE 324 | #define CMP_NODE_DENOISE 324 | ||||
| #define CMP_NODE_EXPOSURE 325 | #define CMP_NODE_EXPOSURE 325 | ||||
| #define CMP_NODE_CRYPTOMATTE 326 | #define CMP_NODE_CRYPTOMATTE 326 | ||||
| #define CMP_NODE_POSTERIZE 327 | |||||
| /* channel toggles */ | /* channel toggles */ | ||||
| #define CMP_CHAN_RGB 1 | #define CMP_CHAN_RGB 1 | ||||
| #define CMP_CHAN_A 2 | #define CMP_CHAN_A 2 | ||||
| /* filter types */ | /* filter types */ | ||||
| #define CMP_FILT_SOFT 0 | #define CMP_FILT_SOFT 0 | ||||
| #define CMP_FILT_SHARP 1 | #define CMP_FILT_SHARP 1 | ||||
| ▲ Show 20 Lines • Show All 254 Lines • Show Last 20 Lines | |||||