Home
last modified time | relevance | path

Searched refs:nodeAttachNodeCheck (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_node/
H A Dnode_relationships.c1305 if (nodeAttachNodeCheck(frame, node) == false) { in node_attach_invoke()
1321 if (nodeAttachNodeCheck(frame, node) == false) { in node_attach_invoke()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_node.h619 bool nodeAttachNodeCheck(struct bNode *node, struct bNode *parent);
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dnode.c2170 bool nodeAttachNodeCheck(bNode *node, bNode *parent) in nodeAttachNodeCheck() function
2184 BLI_assert(nodeAttachNodeCheck(parent, node) == false); in nodeAttachNode()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_nodetree.c1943 if (nodeAttachNodeCheck(parent, node)) { in rna_Node_parent_set()
1967 if (nodeAttachNodeCheck(parent, node)) { in rna_Node_parent_poll()