Skip to content

GUI: serialization refactoring part 3

Mikhail Svechnikov requested to merge serialization_3.1 into main

The following classes now have implemented readFrom and writeTo methods:

DoubleProperty, VectorProperty, Lattice2DItems, MaterialItem, MaterialModel, ProfileItems, RotationItems, RoughnessItems, SampleItem

The serialization method for these classes is left temporary for the compatibility; it refers to readFrom and writeTo.

Edited by Mikhail Svechnikov

Merge request reports