Hello !
I have some issues with some file paths on a mixed farm.
Our worksations are on win 7 , render nodes on fedora 22, and 1 render node mac book pro (OSX el capitan)
Everything works fine on Win 7 and fedora.
The issues are on mac os x only.
We use vray 3.1.
We use env var for all our file paths in maya : ${WORK_PATH}/MyProject/sourceimages/MyFiles.tx .
The env var are properly set on mac os x and when i print them in terminal (by typing env), they are present .
We render in two ways on the mac >> 1/distributed rendering 2/Deadline
The issues are the same whatever wich one we use.
So , when the rendering starts vray recognise the env var and replace correctly ${WORK_PATH} by /Volumes/WORK
it works for all proxys, and 4/5 of sourceimages files.
But for the last 1/5 files i have an error :
warning: bitmap file "${WORK_PATH}/MyProject/sourceimages/MyFiles.tx" failed to load (2): file does not exist
Of course , all the missing files exist, since all other render nodes don't have this issue.
I tried to run vraySlave from terminal and exporting VRAY_ASSET_PATH to the sourceimages path before launching vray >> does not solve the issue
I tried to export permently VRAY_ASSET_PATH by editing /etc/profile >> does not solve the issue neither.
And the issues are the same with deadline launching a vrayStandalone job
I m a bit stuck and i don't know what to test to make it work.
Any ideas ?
Thanks .
Mathieu.
I have some issues with some file paths on a mixed farm.
Our worksations are on win 7 , render nodes on fedora 22, and 1 render node mac book pro (OSX el capitan)
Everything works fine on Win 7 and fedora.
The issues are on mac os x only.
We use vray 3.1.
We use env var for all our file paths in maya : ${WORK_PATH}/MyProject/sourceimages/MyFiles.tx .
The env var are properly set on mac os x and when i print them in terminal (by typing env), they are present .
We render in two ways on the mac >> 1/distributed rendering 2/Deadline
The issues are the same whatever wich one we use.
So , when the rendering starts vray recognise the env var and replace correctly ${WORK_PATH} by /Volumes/WORK
it works for all proxys, and 4/5 of sourceimages files.
But for the last 1/5 files i have an error :
warning: bitmap file "${WORK_PATH}/MyProject/sourceimages/MyFiles.tx" failed to load (2): file does not exist
Of course , all the missing files exist, since all other render nodes don't have this issue.
I tried to run vraySlave from terminal and exporting VRAY_ASSET_PATH to the sourceimages path before launching vray >> does not solve the issue
I tried to export permently VRAY_ASSET_PATH by editing /etc/profile >> does not solve the issue neither.
And the issues are the same with deadline launching a vrayStandalone job
I m a bit stuck and i don't know what to test to make it work.
Any ideas ?
Thanks .
Mathieu.
Comment