For one of our maya tasks we need to import a different file automatically when someone presses the new file button…
When I log out all the operations in the scene_operation hook I see a prepare_new
stage. Should I put that logic there or should I use the reset
block.
Photoshop is the only default hook that I see to use that.
If I remember correctly from tk-workfiles1 reset was also called before an open operation which I wouldn’t want to do.