Modify detail that appear in overview

As seen, the image is currently showing ‘sgtk 1.0’ ( marked in green ). It should show to the actual username that is creating the version. In Version table, field ‘Artist’ does not have ‘sgtk1.0’, by default it is blank and inspite of changing it to current username ( see


), version still shows ‘sgtk1.0’.

How to show username instead of ‘sgtk1.0’ here. Where is this data being fetched from. ?

That is a script user that created the published file.

Script users can impersonate human users at publish creation time by providing the created_by argument and a valid HumanUser dictionary.

https://developer.shotgridsoftware.com/tk-core/utils.html#sgtk.util.register_publish

2 Likes