Hi
I've just updated to the new core update (v0.14.69), and I have a question about context. Previously from a shell, I could call the tank file from a specific Project and run an app using the Project context.
eg projectSpecificTank Project 101 launch_asset_manager.
However the new update has removed the need to specify the project context as it is already inferred by the fact I have called the tank file for that project configuration. But I don't seem to be able to run / see the apps available to run from a project context.
projectSpecificTank launch_asset_manager -- this wont work
projectSpecificTank Asset @81234 launch_asset_manager -- this will work but isn't in the context I want.
How do run a project specific app though the shell now? running the projectSpecificTank command returns this at the end,
Your current context ('Empty Context') does not have a matching Sgtk Environment.
I have realised that I can still run a project specific app by calling main/non project specific tank file and specify the Project.
thanks
Phil