Nodes Editor: Restored 'Show Cyclic Dependencies' Operator (CKEY)
This commit is contained in:
@@ -82,6 +82,7 @@ void snode_composite_job(const struct bContext *C, ScrArea *sa);
|
||||
bNode *node_tree_get_editgroup(bNodeTree *ntree);
|
||||
void node_tree_verify_groups(bNodeTree *nodetree);
|
||||
void snode_autoconnect(SpaceNode *snode, bNode *node_to, int flag);
|
||||
int node_has_hidden_sockets(bNode *node);
|
||||
|
||||
void NODE_OT_duplicate(struct wmOperatorType *ot);
|
||||
void NODE_OT_delete(struct wmOperatorType *ot);
|
||||
@@ -98,6 +99,8 @@ void NODE_OT_group_edit(struct wmOperatorType *ot);
|
||||
void NODE_OT_mute(struct wmOperatorType *ot);
|
||||
void NODE_OT_hide(struct wmOperatorType *ot);
|
||||
|
||||
void NODE_OT_show_cyclic_dependencies(struct wmOperatorType *ot);
|
||||
|
||||
// XXXXXX
|
||||
|
||||
// XXX from BSE_node.h
|
||||
|
||||
Reference in New Issue
Block a user