Skip to content

Remove redundant resource load behavior

On project read, the individual resources get loaded via the from_json() function in jsonProject.cxx (specifically https://gitlab.kitware.com/cmb/smtk/-/blob/master/smtk/project/json/jsonProject.cxx#L42). This MR deletes the code in the project Read operation that loads the same resource files a second time. Though this makes the Read and Write operations asymmetric, I think it is the past of least risk.

Merge request reports