scene_delta
Compare the current Nuke scene against a previous hash to detect changes. If unchanged, return changed=false; otherwise return the full digest body.
Instructions
Compare current scene state against a previous hash.
If unchanged, returns {"changed": False, "hash": prev_hash}
with no graph enumeration leaking into the response. If changed,
returns the full digest body with changed=True.
Args:
prev_hash: the hash from a previous scene_digest (or
scene_delta) call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prev_hash | Yes | the ``hash`` from a previous ``scene_digest`` (or ``scene_delta``) call. |