Vladyslav Hrytsenko

Results 109 comments of Vladyslav Hrytsenko

It could be -RStemplate problem, at least judging by the generated line

Hey Could you share your after effects rendering log?

nexrender usually says the path of the ae render log file when rendering is happening try to look in these folders: * C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\ * C:\Users\ContainerAdministrator\AppData\Local\Temp\nexrender\XWoC9-TIlhAWClzPG1SRd\

I believe this issue is related to the language used within after effects rendering logs. I have a theory they might've changed the logs language from always English to local...

Could you share which language you had before, and how the after-effects rendering log looked like before?

I want to understand what potential modifications need to be made to support other languages out of the box

Have you had a chance to test the proposed solution @ivansenic ? I might be wrong, but I feel like the [...] operator would not work in the older jsx...

Actually yeah, there potentially could work: ```js var chainCopy = parentChain.slice() // or var chainCopy = [].concat(parentChain) ```