This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Original script by Nicholas Rodgers. Modified by me using ChatGPT to fix syntax issues and changing the logger file output to 'Maya Timesheets' in Documents | |
# You can find the original script on his blog here: https://archive.is/4sYUh | |
# Tested and working on Widnows in Maya 2023 | |
# Save this script to your scripts folder as timeLogger.py and in your userSetup.py file add this line: import timeLogger | |
import os | |
import time | |
import datetime | |
import maya.cmds as cmds | |
import platform |