Home Reference Houdini Object Model hou hou.Parm 

hou.Parm.deleteAllKeyframes method

Remove all keyframes from this parameter.

deleteAllKeyframes(self)

This function removes all keyframes from this parameter. It does nothing if there are no keyframes to delete. The value of the parameter after all keyframes are removed will be the one it evaluated to at the current frame.

This function will raise a hou.ObjectWasDeleted exception if it is invoked on a parameter that does not exist in Houdini.

This function will raise a hou.PermissionError exception if writing to the specified parameter is impossible.

Replaces: chrm

See also: hou.ParmTuple.deleteAllKeyframes