Is your feature request related to a problem? Please describe.
I'm trying to use AYON tool filters as a way to add additional path-like environment variables (to point to config files). I'm using the Environment setting in tools (ayon+settings://applications/tool_groups/1/variants/0/environment) to try to set these environment variables.
However, it seems like the AYON variables, such as {AYON_WORKDIR} or {root[work]} or are not resolved. This makes untenable this use case.
Describe the solution you'd like
I would like the AYON environment variables resolved.
Describe alternatives you've considered
Hard-coding the path-like environment variables. Obviously this will break if/when the project root changes location.
Additional context
This was discussed before here.
Is your feature request related to a problem? Please describe.
I'm trying to use AYON tool filters as a way to add additional path-like environment variables (to point to config files). I'm using the Environment setting in tools (
ayon+settings://applications/tool_groups/1/variants/0/environment) to try to set these environment variables.However, it seems like the AYON variables, such as
{AYON_WORKDIR}or{root[work]}or are not resolved. This makes untenable this use case.Describe the solution you'd like
I would like the AYON environment variables resolved.
Describe alternatives you've considered
Hard-coding the path-like environment variables. Obviously this will break if/when the project root changes location.
Additional context
This was discussed before here.