Skip to content

Fix deserialization of Exodus session colors...

David Thompson requested to merge dcthomp/smtk:84-exodus-session-colors into master

... and other model-entity properties.

The Exodus session I/O delegate ignored the contents of the JSON file except for a sequential list of UUIDs to assign and the list of URLs to read. Now it imports property records from the JSON file when asked to load the native model; and if the native models are not being loaded, it imports all of the JSON data.

Closes #84 (closed)

Merge request reports