Im trying to figure out how all this plugin sandboxing concept works in deadline.
Apparently from version 8.0 there is this sandbox feature which if i understand correctly allows each deadline plugin to run in its own environment. This allows to prevent that the interaction between plugins messes with each other’s environment… okey.
My question is: if a slave machine has installed several renderers and each puts their own environment variables in the system… would those env vars be accessible from a deadline plugin running in sandbox mode?
How can i make a deadline plugin environment inherit the one of the slave machine and still keep it separate from another plugin’s environment?
In the “configure repository options” window i see those two options:
- disable plugin sandboxing
- run plugin sandbox in job’s environment
Have read the documentation and still not sure what those two options do.