nuke.removeBeforeUserSetGsvValue

nuke.removeBeforeUserSetGsvValue(function)[source]

Remove a callback called after the user has set a GSV value via the UI or the python API.

Parameters:

function (Callable[[path, value], bool]) – 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 removed successfully.

Return type:

bool