Announcement

Collapse
No announcement yet.

3.05.02 installer bug ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 3.05.02 installer bug ?

    installer bug or is it me ?

    2014 zip:
    vray_beta_30502_maya2014_x64.zip
    contain
    maya_vray\plug-ins\vrayformaya.mll

    but 2015 zip:
    vray_beta_30502_maya2015_x64.zip
    contain
    maya_vray\plug-ins\vrayformaya.mll
    and
    maya_vray\plug-ins\xgenVRay.py

    but I am not able to load the "new" .py in maya


    (code below include spaces in the path - i cant get rid of it - somehow the forum format the lines and add spaces)

    set MAYA_RENDER_DESC_PATH=C:\BATCH\vrayMaya3.0\maya_ro ot\bin\rendererDesc
    set VRAY_FOR_MAYA2015_MAIN_x64=C:\BATCH\vrayMaya3.0\ma ya_vray
    set VRAY_FOR_MAYA2015_PLUGINS_x64=C:\BATCH\vrayMaya3.0 \maya_vray\vrayplugins
    set VRAY_AUTH_CLIENT_FILE_PATH=c:\Program Files\Common Files\ChaosGroup
    set PATH=%PATH%;C:\Batch\VrayMaya3.0\maya_root\bin
    set MAYA_PLUG_IN_PATH=C:\BATCH\vrayMaya3.0\maya_vray\p lug-ins
    set MAYA_SCRIPT_PATH=C:\BATCH\vrayMaya3.0\maya_vray\sc ripts
    set XBMLANGPATH=C:\BATCH\vrayMaya3.0\maya_vray\icons\% B

    // Error: line 1: ImportError: file C:/BATCH/vrayMaya3.0/maya_vray/plug-ins/xgenVRay.py line 9: No module named vray //
    // Warning: line 1: Failed to run file: C:/BATCH/vrayMaya3.0/maya_vray/plug-ins/xgenVRay.py //
    // Error: line 1: (xgenVRay) //

    is the .py included by accident (since 2014 do not have) or do I load Vray wrong ?
    Last edited by QuakeMarine1; 24-06-2014, 06:51 AM.
    __________________________________
    - moste powerfull Render farm in world -
    RebusFarm --> 1450 nodes ! --> 2.900 CPU !! --> 20.000 cores !!!
    just 2,9 to 1.2 cent per GHZ hour --> www.rebusfarm.net

  • #2
    The .py file is a new module for Maya 2015+ (our support for XGen)

    You are missing this
    PYTHONPATH = C:\BATCH\vrayMaya3.0\maya_vray\scripts

    Without it the V-Ray scene access SDK (which is implemented in python) will not work.

    The updated documentation for setuping vray from a zip can be found here: docs
    V-Ray for Maya developer

    Comment


    • #3
      cool - thx
      __________________________________
      - moste powerfull Render farm in world -
      RebusFarm --> 1450 nodes ! --> 2.900 CPU !! --> 20.000 cores !!!
      just 2,9 to 1.2 cent per GHZ hour --> www.rebusfarm.net

      Comment

      Working...
      X