How can I disable ShotGrid Desktop’s browser integration?

To disable browser integration, follow these two simple steps.

  1. Create or open the text file at:

     Windows: %APPDATA%\ShotGrid\preferences\toolkit.ini
     Macosx: ~/Library/Preferences/ShotGrid/toolkit.ini
     Linux: ~/.ShotGrid/preferences/toolkit.ini
    
  2. Add the following section:

     [BrowserIntegration]
     enabled=0
    

See complete instructions on how to configure the browser integration in our Admin guide.

Alternate method

If you’ve taken over your Toolkit pipeline configuration, an alternative would be to remove the tk-ShotGrid engine from your environments so that it can’t load any actions.


Edit this document