I am trying to set up a relative path to a parent context.
For example:
get_double("../light_settings.intensity")
But apparently that does not work. Is there any way to use relative paths to go "up" by one or more contexts?
get_double(get_context(get_context()) + "/light_settings.intensity")