Commit graph

5 commits

Author SHA1 Message Date
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Petr Kalis
f686f74b7f Fix - Harmony - unable to change workfile
It was failing on Mac with OSError 9 Bad file descriptor and 48 Address already in use.
2023-01-17 18:24:18 +01:00
Petr Kalis
b8cade1009 Fix - Harmony message length
Harmony 21.1 doesn't have QDataStream anymore.

      This means we aren't able to write bytes into QByteArray so we had
      modify how content lenght is sent do the server.
      Content lenght is sent as string of 8 char convertible into integer
      (instead of 0x00000001[4 bytes] > "000000001"[8 bytes])
2022-05-26 18:46:46 +02:00
Petr Kalis
eae6d36421 OP-2414 - reworked launch logic, introduced ProcessContext class 2022-02-08 18:45:59 +01:00
Petr Kalis
f625e05d6e OP-2414 - move Harmony to Openpype 2022-01-21 12:53:28 +01:00