For some reason, using blender from the command line requires the whole path (I tried using the relative path, but that doesn't work).
A blender command looks like this:
`blender -b /home/hanne/path-to-file/file.blend`
Is there a way to use the current folder in a command, something like:
blender -b $currenPath$/file.blend
