Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_node_types.h
| Show First 20 Lines • Show All 868 Lines • ▼ Show 20 Lines | |||||
| /* comp channel matte */ | /* comp channel matte */ | ||||
| #define CMP_NODE_CHANNEL_MATTE_CS_RGB 1 | #define CMP_NODE_CHANNEL_MATTE_CS_RGB 1 | ||||
| #define CMP_NODE_CHANNEL_MATTE_CS_HSV 2 | #define CMP_NODE_CHANNEL_MATTE_CS_HSV 2 | ||||
| #define CMP_NODE_CHANNEL_MATTE_CS_YUV 3 | #define CMP_NODE_CHANNEL_MATTE_CS_YUV 3 | ||||
| #define CMP_NODE_CHANNEL_MATTE_CS_YCC 4 | #define CMP_NODE_CHANNEL_MATTE_CS_YCC 4 | ||||
| /* glossy distributions */ | /* glossy distributions */ | ||||
| #define SHD_GLOSSY_BECKMANN 0 | #define SHD_GLOSSY_BECKMANN 0 | ||||
| #define SHD_GLOSSY_SHARP 1 | #define SHD_GLOSSY_SHARP 1 | ||||
| #define SHD_GLOSSY_GGX 2 | #define SHD_GLOSSY_GGX 2 | ||||
| #define SHD_GLOSSY_ASHIKHMIN_SHIRLEY 3 | |||||
| /* vector transform */ | /* vector transform */ | ||||
| #define SHD_VECT_TRANSFORM_TYPE_VECTOR 0 | #define SHD_VECT_TRANSFORM_TYPE_VECTOR 0 | ||||
| #define SHD_VECT_TRANSFORM_TYPE_POINT 1 | #define SHD_VECT_TRANSFORM_TYPE_POINT 1 | ||||
| #define SHD_VECT_TRANSFORM_TYPE_NORMAL 2 | #define SHD_VECT_TRANSFORM_TYPE_NORMAL 2 | ||||
| #define SHD_VECT_TRANSFORM_SPACE_WORLD 0 | #define SHD_VECT_TRANSFORM_SPACE_WORLD 0 | ||||
| #define SHD_VECT_TRANSFORM_SPACE_OBJECT 1 | #define SHD_VECT_TRANSFORM_SPACE_OBJECT 1 | ||||
| ▲ Show 20 Lines • Show All 157 Lines • Show Last 20 Lines | |||||