Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/intern/versioning_common.h
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | void version_node_socket_index_animdata( | ||||
| int socket_index_orig, | int socket_index_orig, | ||||
| int socket_index_offset, | int socket_index_offset, | ||||
| int total_number_of_sockets); | int total_number_of_sockets); | ||||
| void version_node_id(struct bNodeTree *ntree, const int node_type, const char *new_name); | void version_node_id(struct bNodeTree *ntree, const int node_type, const char *new_name); | ||||
| void version_node_socket_id_delim(bNodeSocket *socket); | void version_node_socket_id_delim(bNodeSocket *socket); | ||||
| struct bNodeSocket *version_node_add_socket_if_not_exist(struct bNodeTree *ntree, | |||||
| struct bNode *node, | |||||
| eNodeSocketInOut in_out, | |||||
| int type, | |||||
| int subtype, | |||||
| const char *identifier, | |||||
| const char *name); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||