Yeah, that's a good thing to prevent. How I see it (but feel free to come up with counter-arguments): if the Manager passes a path, the Worker should use that. If the Manager just says blender,…
Ok, I fully agree.
Adding this to the API would mean that the Manager would need to handle this kind of path whenever it receives it. That would be the case if $FLAMENCO_BLENDER_PATH
happens…
All of your suggestions have been implemented including renaming to FLAMENCO_BLENDER_PATH
, see commits.
I agree that the worker MUST report the correct Blender version that it would use if…
I did change the log message to "using Blender from FLAMENCO_BLENDER_PATH".
However, since the name of the variable is (now) a constant I think there is no need to return it from `find_blender.E…