Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_node.h
| Show First 20 Lines • Show All 1,560 Lines • ▼ Show 20 Lines | |||||
| #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_ROTATE_EULER 1215 | #define FN_NODE_ROTATE_EULER 1215 | ||||
| #define FN_NODE_ALIGN_EULER_TO_VECTOR 1216 | #define FN_NODE_ALIGN_EULER_TO_VECTOR 1216 | ||||
| #define FN_NODE_INPUT_COLOR 1217 | #define FN_NODE_INPUT_COLOR 1217 | ||||
| #define FN_NODE_REPLACE_STRING 1218 | |||||
| /** \} */ | /** \} */ | ||||
| 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 | |||||