Make it so it always finds the most recent version of AE #832
JamesBotterill
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Actually, I think even the newest by default would be a great option, especially considering that autofind works by just going over every case one by one, and reversing that order would implement the suggestion! https://github.com/inlife/nexrender/blob/master/packages/nexrender-core/src/helpers/autofind.js However, that would be a breaking change, and being the responsible fella I try to be, it would be an ill-advised decision to do that by default. 😄 However, we could implement a flag/setting that would change the sorting order and consider that to be an optimal solution. What do you think? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At present when the nexrender is looking for a version of AE to render against and there's multiple versions installed on the rendering machine it will default to the oldest version installed.
This isn't idea in a number of scenario's so I wondered if it's worth making this more flexible.
My ideal solution would be to have a setting in the set up similar to binary where you can define "oldest" or "newest" and then filter the search compared to that.
While binary might serve this purpose the issue is that it requires you know the absolute path to the binary which will not be possible in the application I'm working on.
Beta Was this translation helpful? Give feedback.
All reactions