Redirect Shotgun Create bundle cache

Hey,

Is there a way to redirect the Shotgun cache for ShotgunCreate like you can for Shotgun Desktop using the “SHOTGUN_HOME” environment variable? It doesn’t seem to be working for ShotgunCreate.

I must have missed something obvious in the docs

Thanks

Hi @Ahuge,

First, I’m really sorry for the delay. I missed the email notification.

I’m not sure that I understand what you can do, but I can tell you what is possible.

  • SHOTGUN_HOME allows to override the root folder where Shotgun Toolkit will output its logs, caches and session information. This is only used by the Shotgun Toolkit integration of Shotgun Create.
  • SHOTGUN_CREATE_CACHE_PATH allows to override the root folder where Shotgun Create will output the cache files.
  • SHOTGUN_CREATE_DATA_PATH allows to override the root folder where Shotgun Create will output the data files.
  • SHOTGUN_CREATE_CLEAR_CACHE_ON_STARTUP tells the application to remove EVERYTHING in the cache root at the start of the application
  • SHOTGUN_CREATE_CLEAR_DATA_ON_STARTUP tells the application to remove EVERYTHING in the data root at the start of the application.