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

Parameters:

data (dict) – The serialized FrameTree as a dictionary.

Returns:

The deserialized FrameTree object.

Return type:

FrameTree