version 1 render helper

This commit is contained in:
Kyle Harter
2026-08-21 15:05:37 -04:00
parent a9f1758ebb
commit 2a927d52e5
12 changed files with 2871 additions and 343 deletions
+5 -3
View File
@@ -4,16 +4,18 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "extendscript-debug",
"request": "attach",
"name": "Attach to ExtendScript Engine"
"name": "Attach to ExtendScript Engine",
"hostAppSpecifier": "aftereffects-26.0"
},
{
"type": "extendscript-debug",
"request": "launch",
"name": "Launch Script in ExtendScript Engine"
"name": "Launch Script in ExtendScript Engine",
"hostAppSpecifier": "aftereffects-26.0"
}
]
}