Skip to content
Jigwright
HullForge docs

Session Changes

What has actually been changed in this project, as a diff. A .uasset is binary and cannot be diffed after the fact, but every verified write here already re-reads the value off the object, so the before and after are real. Reports which asset, which property, from what to what, by which tool, in what order, and which of it is still unsaved. Use it before saving, before giving up on a session, or when something looks wrong and nobody knows what touched it.

hf_session_changesRead only

Arguments

NameTypeDescription
changed_onlyboolean
= true
Hide writes that verified but changed nothing, which is usually what you want when asking what changed. Set false to see every mutating call including the no-ops.
limitinteger
= 100
Most recent entries to return. The oldest are dropped from the answer first, and the count of what was left out is reported.
objectstringOnly entries whose object path contains this. Use it to ask what happened to one asset.
toolstringOnly entries whose tool name or undo label contains this.
unsaved_onlyboolean
= false
Only changes to assets that are still dirty right now. Answers 'what would I lose'.

Nearby in Session changes: