how can i delete/create nodes in a locked hda from the python module?
i am using a button with a callback script that runs a delete() function
for n in node.children(): n.destroy(True)
i get an error message that i don't have permissions because the asset is locked. Is there a way around this?
callback_parm_kwargs_hda_node.hip