diff --git a/loom.py b/loom.py index 04f725a..80658a8 100644 --- a/loom.py +++ b/loom.py @@ -5418,6 +5418,8 @@ def draw_loom_render_presets(self, context): "$MARKER": 'next((i.name for i in bpy.context.scene.timeline_markers if i.frame == bpy.context.scene.frame_current), "NO_NAME")', "$COLL": 'bpy.context.collection.name', "$OB": 'bpy.context.active_object.name', + "$DAY": 'exec("import time") or time.strftime("%Y-%m-%d")', + "$TIME": 'exec("import time") or time.strftime("%H-%M-%S")', "$SUM": 'str(sum([8, 16, 32]))' }