We want to track how our internal team is using our addon. Can I setup a function that reads the current active file that is open and log the time along with it, every 5minutes.
Asked
Active
Viewed 36 times
0
py.data.filepathor just the filename withbpy.path.basename(bpy.context.blend_data.filepath). I think you can use standard Python timers to get the timing and then standard Python file handles to log the data. – rob Sep 27 '18 at 08:26