Add render worker IPC loop

This commit is contained in:
2026-06-04 13:57:36 +08:00
parent 8c1c7658d9
commit b23e01b916
32 changed files with 2346 additions and 5651 deletions
@@ -199,6 +199,8 @@ ProjectSerializer211228::Load(Project *project, QXmlStreamReader *reader,
PostConnect(xml_node_data);
LoadData load_data;
load_data.node_ptrs = xml_node_data.node_ptrs;
load_data.node_uuids = xml_node_data.node_uuids;
// Resolve serialized properties (if any)
for (auto it = properties.cbegin(); it != properties.cend(); it++) {