Hello,
we used vray3 in the past and wanted to try vray5 right now.
I did try to integrate the trial version (just for intial testing) into our pipeline.
We use an inhouse tool which is connected to shotgun in order to start maya. The maya.env is generated on the fly with the correct parameters needed for the specific project.
I did copy the content of the zip package to a specific folder and added the variables to the maya.env creation process.
Followed this guide :https://docs.chaosgroup.com/display/...ation+from+zip)
When I start maya vrayformaya.mll + vrayvolumegrid.mll + xgenVray.py are shown in the Plug-in Manager.
However when I try to load vrayformaya.mll I get the following error message:
// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 317: Unable to dynamically load : C:/Pipeline/_Globals/Renderer/VRay_Globals/maya_vray/plug-ins/vrayformaya.mll
Das angegebene Modul wurde nicht gefunden. (module not found)
The module is definatley where it should be (as the volumegrid is loaded, which is in the same folder)
I checked every variable from the guide with the getenv command inside of maya to verify them (directories are all correct)
Any ideas what the problem might be?
Thanks a lot in advance!
we used vray3 in the past and wanted to try vray5 right now.
I did try to integrate the trial version (just for intial testing) into our pipeline.
We use an inhouse tool which is connected to shotgun in order to start maya. The maya.env is generated on the fly with the correct parameters needed for the specific project.
I did copy the content of the zip package to a specific folder and added the variables to the maya.env creation process.
Followed this guide :https://docs.chaosgroup.com/display/...ation+from+zip)
When I start maya vrayformaya.mll + vrayvolumegrid.mll + xgenVray.py are shown in the Plug-in Manager.
However when I try to load vrayformaya.mll I get the following error message:
// Error: file: C:/Program Files/Autodesk/Maya2020/scripts/others/pluginWin.mel line 317: Unable to dynamically load : C:/Pipeline/_Globals/Renderer/VRay_Globals/maya_vray/plug-ins/vrayformaya.mll
Das angegebene Modul wurde nicht gefunden. (module not found)
The module is definatley where it should be (as the volumegrid is loaded, which is in the same folder)
I checked every variable from the guide with the getenv command inside of maya to verify them (directories are all correct)
Any ideas what the problem might be?
Thanks a lot in advance!
Comment