Shotgun Panel: More shotgun fields in detail section

In the detailed section on the shot entity we would like to add some more shotgun fields.

Is this something that can be configured or do we need to modify shotgun_fields hook file for this?

3 Likes

Hi Pritish

Thanks for the question!
Yep you are correct you need to take over the shotgun_fields hook and modify these lines specifically:

To take it over you would copy the hook to .../config/hook/tk-multi-shotgunpanel/shotgun_fields.py.
Then set the app to use this hook by adding:

shotgun_fields_hook: "{config}/tk-multi-shotgunpanel/shotgun_fields.py"

To all the relevant panel app setting blocks:

Cheers
Phil

2 Likes