by
eski » Mon Mar 27, 2017 8:50 am
First post
Next up for our pipeline is some way to organize our time per shot.
Before we have been using Excel to sign artists and track their time but when getting over 200 shots it's going to be hell.
Of course I would like to implement this straight into Generation, but we are starting this project in few weeks, don't think I will have time to code the whole thing.
So I have been looking at some Gantt programs and Excel templates along with other systems like to organize the whole mess, but none of...
Last post
Here's how I do it, down to the minute, automatically.
Every action is associated with a shot, or development-shot/task. If you're doing anything in Nuke, Fusion or Houdini, the auto save tool I've build makes sure to save the file with the correct naming convention for the shot or task.
Then I got a small python script running the background as a sys process, grabs the current status of the active window/document. I then check the current mouse position against the last mouse position to...