Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: shotgunsoftware/tk-desktop2

Tags

v1.6.1

Toggle v1.6.1's commit message
Removed Python 2 code

v1.6.0

Toggle v1.6.0's commit message
Rebranding component for Flow Production Tracking

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SG-33424 - Fix path to Create's python (#41)

At some point in the last years, Create's app got refactored, and the Python interpreter moved.

v1.5.1

Toggle v1.5.1's commit message
Replacing shotgunsoftware urls with Autodesk Knowledge Network and Sh…

…otGrid Developer Documentation pages.

v1.5.0

Toggle v1.5.0's commit message
Rebranded to ShotGrid

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Open Tasks and Versions without entities (#35)

v1.4.2

Toggle v1.4.2's commit message
Remove the forced debug logging to improve performance and lower disk…

… usage.

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update info.yml

v1.4.0

Toggle v1.4.0's commit message
Make list_commands Python3 compatible

Without this change, a call to the `list_commands` request would return
```
 {"ws_server_id": "ABC123==", "timestamp": "2020-05-13T10:57:10.267121", "protocol_version": 2, "id": 2, "reply": {"retcode": -1, "out": "", "err": "Object of type dict_keys is not JSON serializable"}}
```

And it's because `keys()` from a dict instance returns a list in python2 and
a an object that is not serializable `json.dumps()`.

v1.3.1

Toggle v1.3.1's commit message
Fixes an issue with interpreter locations after a Create update.