Skip to content

Change operation python tracing to use a config dictionary.

Aron Helser requested to merge aron.helser/smtk:python_trace_with_config into master

Instead of using XML to record operation state, use a python dict, for easier reading and manual editing. Records items the user has changed - those in non-default state. Associations and reference items are recorded as a comment with query command to retrieve them by name.

Replay is incomplete.

Edited by Aron Helser

Merge request reports