Cleanup: use bool instead of int in various places
This commit is contained in:
@@ -212,7 +212,7 @@ void snode_update(struct SpaceNode *snode, struct bNode *node);
|
||||
bool composite_node_active(struct bContext *C);
|
||||
bool composite_node_editable(struct bContext *C);
|
||||
|
||||
int node_has_hidden_sockets(struct bNode *node);
|
||||
bool node_has_hidden_sockets(struct bNode *node);
|
||||
void node_set_hidden_sockets(struct SpaceNode *snode, bNode *node, int set);
|
||||
int node_render_changed_exec(bContext *, struct wmOperator *);
|
||||
int node_find_indicated_socket(struct SpaceNode *snode,
|
||||
|
||||
Reference in New Issue
Block a user