nuke.Hash

class nuke.Hash

Bases: object

A hash value for any number of objects.

The append() method is used to add objects to the hash; the value will be recomputed efficiently as each new object is added.

Methods

append

Add another value to the hash.

getHash

Get the current value of the hash.

reset

Reset the hash.

setHash

Set the current value of the hash.

append()

Add another value to the hash.

getHash()

Get the current value of the hash.

reset()

Reset the hash.

setHash()

Set the current value of the hash.