Skip to content

Instantly share code, notes, and snippets.

View Dennis-Nesterenko's full-sized avatar
💭
Thinking bout thos beans

Probably Not Dennis-Nesterenko

💭
Thinking bout thos beans
View GitHub Profile
@Dennis-Nesterenko
Dennis-Nesterenko / timeLogger.py
Last active February 24, 2024 08:22 — forked from anonymous/timeLogger.py
Maya time logger script. Original by Nicholas Rodgers
# 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