This file contains hidden or 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
{ | |
"id": "7cbcec68-7fa6-47bb-a38a-da689949a001", | |
"revision": 0, | |
"last_node_id": 193, | |
"last_link_id": 308, | |
"nodes": [ | |
{ | |
"id": 135, | |
"type": "ConditioningZeroOut", | |
"pos": [ |
This file contains hidden or 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
#!/usr/bin/env python3 | |
import sys | |
import os | |
import re | |
from datetime import datetime | |
def parse_date_from_line(line): | |
""" | |
Given a line like "[2/22/2025 12:12 PM] s2k:", extract "2/22/2025", | |
parse it into a datetime.date, and return as a string "YYYY-MM-DD". |
This file contains hidden or 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
// After Effects Script: Position Keyframes to Text Converter | |
// This script converts position keyframes from selected layers to text format | |
(function() { | |
// Check if a composition is active | |
var comp = app.project.activeItem; | |
if (!comp || !(comp instanceof CompItem)) { | |
alert("Please select a composition first."); | |
return; | |
} |
This file contains hidden or 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
{ | |
"last_node_id": 457, | |
"last_link_id": 804, | |
"nodes": [ | |
{ | |
"id": 4, | |
"type": "SetNode", | |
"pos": [ | |
-433, | |
2 |
This file contains hidden or 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
{ | |
"last_node_id": 59, | |
"last_link_id": 88, | |
"nodes": [ | |
{ | |
"id": 13, | |
"type": "SamplerCustomAdvanced", | |
"pos": [ | |
1092, | |
112 |