inlife / nexrender-boilerplate

Boilerplate project for rendering a video using nexrender.
MIT License
58 stars 18 forks source link

No support for AE CC 2018 #18

Closed deadlocked247 closed 3 years ago

deadlocked247 commented 5 years ago

Expressions do not work with the latest AE, they are saved differently to the xml file

inlife commented 5 years ago

there is an issue in the original repo, where we were discussing this problem, and ways to fix it https://github.com/inlife/nexrender/issues/46

deadlocked247 commented 5 years ago

@inlife I forked your repo and I got a version working that supports handlebar templating inside expressions

data.js (asset) var data = { text: 'text' }

project.apex (expression on text layer) {{ data.text }}

This evaluates inside the template file to "text"

https://github.com/deadlocked247/nexrender

inlife commented 5 years ago

oh damn, thats pretty cool! however seems like the link isn't available anymore :/