Skip to content

State stuff.

David Thompson requested to merge dcthomp/smtk:state-stuff into master

This allows state files to load without immediately crashing. However,

  1. No SMTK resources will be restored (since connections between the resources and the per-server-singleton "wrapper" SMTK needs will not be recreated.
  2. Crashes will occur on exit. This is most likely due to SMTK objects stored in the state file being improperly deserialized and then destroyed.

Merge request reports