py3dframe.FrameTree.from_dict#
- classmethod FrameTree.from_dict(data)[source]#
Deserialize a FrameTree from a dictionary.
The dictionary must contain the serialized Frame objects and their relationships.
See also
Frame.from_dict(): Deserialize a Frame object from a dictionary.FrameTree.to_dict(): Serialize a FrameTree to a dictionary.