Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_node.h
| Show First 20 Lines • Show All 1,520 Lines • ▼ Show 20 Lines | |||||
| #define FN_NODE_INPUT_VECTOR 1207 | #define FN_NODE_INPUT_VECTOR 1207 | ||||
| #define FN_NODE_INPUT_STRING 1208 | #define FN_NODE_INPUT_STRING 1208 | ||||
| #define FN_NODE_FLOAT_TO_INT 1209 | #define FN_NODE_FLOAT_TO_INT 1209 | ||||
| #define FN_NODE_VALUE_TO_STRING 1210 | #define FN_NODE_VALUE_TO_STRING 1210 | ||||
| #define FN_NODE_STRING_LENGTH 1211 | #define FN_NODE_STRING_LENGTH 1211 | ||||
| #define FN_NODE_STRING_SUBSTRING 1212 | #define FN_NODE_STRING_SUBSTRING 1212 | ||||
| #define FN_NODE_INPUT_SPECIAL_CHARACTERS 1213 | #define FN_NODE_INPUT_SPECIAL_CHARACTERS 1213 | ||||
| #define FN_NODE_RANDOM_VALUE 1214 | #define FN_NODE_RANDOM_VALUE 1214 | ||||
| #define FN_NODE_ALIGN_EULER_TO_VECTOR 1215 | |||||
| /** \} */ | /** \} */ | ||||
| void BKE_node_system_init(void); | void BKE_node_system_init(void); | ||||
| void BKE_node_system_exit(void); | void BKE_node_system_exit(void); | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /* evaluation support, */ | /* evaluation support, */ | ||||
| Show All 13 Lines | |||||