Time tracker for Houdini.
3268 5 2- hashman63
- Member
- 11 posts
- Joined: 8月 2017
- Offline
- anon_user_40689665
- Member
- 648 posts
- Joined: 7月 2005
- Offline
- hashman63
- Member
- 11 posts
- Joined: 8月 2017
- Offline
- jordibares
- Member
- 655 posts
- Joined: 2月 2006
- Offline
You have two approaches I think, one is to use a special external tool to account for the time spent on the package and you get a total value, or you could get callbacks on every single node when there are changes and build a massive log file impossible to decipher.
I am not sure what you are asking makes a lot of sense unless you involve yourself in classifying every step of the process, every node interaction and… well… I doubt it would be fun to work like that.
I am not sure what you are asking makes a lot of sense unless you involve yourself in classifying every step of the process, every node interaction and… well… I doubt it would be fun to work like that.
- anon_user_00157425
- Member
- 45 posts
- Joined: 2月 2014
- Offline
One solution is to create menu items that say ‘Start Task’ and ‘End Task’ and have the user click them.
You can also create a callback for file changes in the 456.py callback. scripts/456.py is called when you create a new scene then you can match that with callbacks on saves to scene file. Or use 456.py to mark the start time and add a menu item for commiting the task then just measure the elapsed.
Most pipelines will have their own way defining what the ‘end of the task’ means, so if your looking for a pre-packaged solution that handles this you'll have to look to some external tool.
You can also create a callback for file changes in the 456.py callback. scripts/456.py is called when you create a new scene then you can match that with callbacks on saves to scene file. Or use 456.py to mark the start time and add a menu item for commiting the task then just measure the elapsed.
Most pipelines will have their own way defining what the ‘end of the task’ means, so if your looking for a pre-packaged solution that handles this you'll have to look to some external tool.
- goldfarb
- スタッフ
- 3462 posts
- Joined: 7月 2005
- Offline
-
- Quick Links