Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_node.h
| Show First 20 Lines • Show All 942 Lines • ▼ Show 20 Lines | |||||
| #define CMP_NODE_SWITCH 317 | #define CMP_NODE_SWITCH 317 | ||||
| #define CMP_NODE_PIXELATE 318 | #define CMP_NODE_PIXELATE 318 | ||||
| #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 323 | #define CMP_NODE_CRYPTOMATTE 323 | ||||
| #define CMP_NODE_DISTANCE_TRANSFORM 324 | |||||
| /* 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 100 Lines • Show Last 20 Lines | |||||