nuke.addAfterUserRemoveGsv
- nuke.addAfterUserRemoveGsv(function)[source]
Add a callback to be called after the user removes a GSV via the UI or the python API.
- Parameters
function (Callable[[path], None]) – A callable function which takes a single parameter for the GSV path.
- Raises
TypeError – If a single callable parameter is not provided.
- Returns
True if the callback was added successfully.
- Return type
bool