1

Display user name instead of script name in project overview

Hi guys,

I'm new to shotgun and I've just written a python script for quick version submission. But now only the script name is shown in project overview and I wanna see the actual user running the script. Is it possible to customize it thru the interface ?

Thanks,

- Nicky

2 comments

  • 3
    Avatar
    Brandon Foster

    Hi Nicky,

    Thanks for your question! You have a couple of options to accomplish this: The first is you can set the value of the "created_by" field at the time the Version is created (it cannot be updated after the fact). The other option is to use "sudo_as_login" variable when establishing your connection. All actions performed by the script will then be attributed to that user.

  • 0
    Avatar
    Nicky Liu

    Cool ~

    Thank Brandon.

Please sign in to leave a comment.