add denog16 project data

This commit is contained in:
ChrisD 2024-11-19 17:20:50 +01:00
parent 718f981618
commit ab30d21244
5 changed files with 54574 additions and 0 deletions

25285
denog16/intro.aepx Normal file

File diff suppressed because one or more lines are too long

23
denog16/intro.jsx Normal file
View file

@ -0,0 +1,23 @@
app.open(new File("$filename"));
var comp;
for (var i = 1; i <= app.project.numItems; i ++) {
if ((app.project.item(i) instanceof CompItem) && (app.project.item(i).name === 'intro')) {
comp = app.project.item(i);
break;
}
}
var layer_title = comp.layer('intro_title');
var textProp_title = layer_title.property("Source Text");
var textDocument_title = textProp_title.value;
var layer_persons = comp.layer('intro_personnames');
var textProp_persons = layer_persons.property("Source Text");
var textDocument_persons = textProp_persons.value;
textDocument_title.text = "$title";
textProp_title.setValue(textDocument_title);
textDocument_persons.text = "$personnames";
textProp_persons.setValue(textDocument_persons);
app.project.close(CloseOptions.SAVE_CHANGES);

2798
denog16/intro_graphic.ai Normal file

File diff suppressed because one or more lines are too long

25301
denog16/outro.aepx Normal file

File diff suppressed because one or more lines are too long

1167
denog16/schedule.xml Normal file

File diff suppressed because it is too large Load diff