def remove_child_node_from_parent(self):
self.carry_out_action_on_this_parents_child_nodes_b('CLEAN_CHILD_LIST')
# Called by button: When the user presses the Unlink child Node button
# We must be a child node if this routine is called
# Tell the parent node that we are no longer a child. Set ourselves to a parent node.
# This will allow the user access to all the full settings of the cutaway py node.
# We are a child node if this routine is being run.
评论列表
文章目录