Fix for node groups, now exposing a socket will copy the default value from internal nodes again. Also this value can be changed in the node group Interface panel.
This commit is contained in:
@@ -50,6 +50,7 @@ struct bNodeSocket *node_add_socket_from_template(struct bNodeTree *ntree, struc
|
||||
void node_verify_socket_templates(struct bNodeTree *ntree, struct bNode *node);
|
||||
|
||||
void node_socket_init_default_value(struct bNodeSocket *sock);
|
||||
void node_socket_copy_default_value(struct bNodeSocket *to, struct bNodeSocket *from);
|
||||
void register_standard_node_socket_types(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user