I'm probably being stupid here, but I can't figure out how to solve this problem.
I've changed the templates.yml to include a "nuke_project_work" template for saving Nuke scripts when in the "Project" context. So, these are meant to be global scripts concerning the whole project, rather than a shot. I've defined this template to have {project} as part of the name, but I end up getting this error when I go to the Save As.. dialog:
Unhandled exception in worker thread: Tried to resolve a path from the template <Sgtk TemplatePath nuke_project_work: work/globals/creators/comp/nuke/{project}_comp_{name}_v{version}_{initials}.nk> and a set of input fields '{'version': 0, 'name': 'full', 'initials': 'mek'}' but the following required fields were missing from the input: ['project']
So, I'm launching Nuke from the "Project Actions" pulldown on the website. And I've changed the "project.yml" file to have the "tk-multi-workfiles" configured to point to the templats. I thought that {project} would always be available in the current context and should just work. It works for the Hiero template, but not for Nuke.
What simple thing am I missing?
Thanks,
Marijn