You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to decouple the file action logic from the UI so that the actions could be called from other code paths?
My current use case is I am adding much deeper Perforce support and need to call the open and save actions from within hooks. In the future I am going to want to do this from other apps/frameworks.
I would love to have this so that all open, save, and new file logic would be available to call by the pipeline and located in one place as part of the tk-multi-workfiles2 app instance.
My apologies if this is already possible and I'm not seeing how by reading through the source.
The text was updated successfully, but these errors were encountered:
I had to add imports for these classes into the tk_multi_workfiles package __init__.py which is obviously not correct or ideal.
What I would love would be the ability to simply call a method on the tk-multi-workfiles2 app instance which would allow executing any registered action by name.
Hello!
Are there any plans to decouple the file action logic from the UI so that the actions could be called from other code paths?
My current use case is I am adding much deeper Perforce support and need to call the open and save actions from within hooks. In the future I am going to want to do this from other apps/frameworks.
I would love to have this so that all open, save, and new file logic would be available to call by the pipeline and located in one place as part of the tk-multi-workfiles2 app instance.
My apologies if this is already possible and I'm not seeing how by reading through the source.
The text was updated successfully, but these errors were encountered: