nuke.removeBeforeUserRenameGsvSet
- nuke.removeBeforeUserRenameGsvSet(function)[source]
Remove a callback called before the user renames a GSV set via the UI or the python API.
- Parameters:
function (Callable[[path, name], bool]) – A callable function which takes parameters for the GSV path and new name.
- Raises:
TypeError – If a single callable parameter is not provided.
- Returns:
True if the callback was removed successfully.
- Return type:
bool