Skip to content

Rename I/O-related classes

David Thompson requested to merge dcthomp/smtk:rename-io into master

This commit changes SMTK's model import and export classes to use "load" and "save" instead (respectively). This matches the semantics that ModelBuilder and other applications expose: loading/saving deal with SMTK's native JSON format while import/export deal with session-specific formats

Merge request reports