Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:vrayscatter-maya [2017/12/19 12:11]
anvar [System Requirements]
en:vrayscatter-maya [2018/04/02 12:41]
anvar [Installation On Linux DR Nodes]
Line 16: Line 16:
 __Operating system:__  __Operating system:__ 
   * **Windows**   * **Windows**
-  * **Mac OS X** (for Mac users: please contact us before purchasing)+  * **Mac OS X**
   * **Linux**    * **Linux** 
  
Line 99: Line 99:
  
 Please, make sure that you've downloaded the latest version of the plug-in from our [[http://forum.rendering.ru/viewforum.php?f=23|forum]]  Please, make sure that you've downloaded the latest version of the plug-in from our [[http://forum.rendering.ru/viewforum.php?f=23|forum]] 
- 
-Here is an example file structure of the **VRayScatter For Maya** for Linux / Mac OS X archive: 
-  * **plugins** – plugins: 
-    * **workstation** – artist workstation 
-    * **batch** – for batch render nodes 
-  * **shaders** – description files for V-Ray shaders 
-  * **ui** – UI files for Maya 
-  * **tools** – registration tools 
- 
 =====Installation On Linux===== =====Installation On Linux=====
 Please, make sure that you've downloaded the latest version of the plug-in from our [[http://forum.rendering.ru/viewforum.php?f=23|forum]] Please, make sure that you've downloaded the latest version of the plug-in from our [[http://forum.rendering.ru/viewforum.php?f=23|forum]]
Line 127: Line 118:
  
  
-Select you Maya/V-Ray versions and copy the plugins:+Select you Maya/V-Ray versions, files will be copied to the following folders according to your setup, e.g:
 <code> <code>
-# cp plugins/workstation/maya2012_vray22_x64/VRayScatter.so /usr/autodesk/maya2012-x64/bin/plug-ins/ +/usr/autodesk/maya2018/bin/plug-ins/VRayScatter.mll 
-# cp plugins/workstation/maya2012_vray22_x64/libvray_VRayScatter.so /usr/autodesk/maya2012-x64/vray/vrayplugins/+/usr/autodesk/maya2012-x64/vray/vrayplugins/vray_VRayScatter.dll
 </code> </code>
  
-Install the Maya UI files:+Maya UI files:
 <code> <code>
-# cp ui/AEVRayScatterTemplate.mel /usr/autodesk/maya2012-x64/scripts/AETemplates/ +/usr/autodesk/maya2018/scripts/AETemplates/NEVRayScatterInfoTextureTemplate.xml 
-# cp ui/AEVRayScatterTextureTemplate.mel /usr/autodesk/maya2012-x64/scripts/AETemplates/ +/usr/autodesk/maya2018/scripts/AETemplates/NEVRayScatterTextureTemplate.xml 
-# cp ui/rdgroupVRayScatter.mel /usr/autodesk/maya2012-x64/scripts/ +/usr/autodesk/maya2018/scripts/rdgroupMenu.mel 
-# cp ui/rdgroupMenu.mel /usr/autodesk/maya2012-x64/scripts/ +/usr/autodesk/maya2018/scripts/rdgroupProc.mel 
-# cp ui/rdgroupProc.mel /usr/autodesk/maya2012-x64/scripts/+/usr/autodesk/maya2018/scripts/rdgroupVRayScatter.mel 
 +/usr/autodesk/maya2018/scripts/rdgroupVRayScatterTool.mel 
 +/usr/autodesk/maya2018/scripts/rdgroupVRayScatterUtils.mel
 </code> </code>
  
-Install the V-Ray texture description file:+V-Ray texture description file:
 <code> <code>
-# cp shaders/VRayScatterTexture.txt /usr/autodesk/maya2012-x64/vray/shaders/+/usr/autodesk/maya2018/vray/shaders/VRayScatterTexture.txt
 </code> </code>
  
 **NOTE**: **NOTE**:
   * Change the installation paths depending on your setup   * Change the installation paths depending on your setup
-  * # - means that command should be executed with root permissions+  * command should be executed with root permissions
 ===== Installation On Linux Batch Render Nodes ===== ===== Installation On Linux Batch Render Nodes =====
  
-Change directory to where you have unpacked the archive: +run installer and extract files according to your Maya and V-Ray versions
-<code> +
-$ sudo -i +
-# cd ~/where/you/have/unpacked/the/archive +
-</code> +
- +
-Select you Maya/V-Ray versions and copy the plugins: +
-<code> +
-# cp plugins/batch/maya2012_vray22_x64/VRayScatter.so /usr/autodesk/maya2012-x64/bin/plug-ins/ +
-# cp plugins/batch/maya2012_vray22_x64/libvray_VRayScatter.so /usr/autodesk/maya2012-x64/vray/vrayplugins/ +
-</code>+
  
-Install the V-Ray texture description file:+then copy 3 files to appropriate directories , e.g:
 <code> <code>
-# cp shaders/VRayScatterTexture.txt /usr/autodesk/maya2012-x64/vray/shaders/+/usr/autodesk/maya2018/bin/plug-ins/VRayScatter.mll 
 +/usr/autodesk/maya2018/vray/vrayplugins/vray_VRayScatter.dll 
 +/usr/autodesk/maya2018/vray/shaders/VRayScatterTexture.txt
 </code> </code>
 ===== Installation On Linux DR Nodes ===== ===== Installation On Linux DR Nodes =====
  
-For V-Ray "Distributed Render" node installation you only need to copy V-Ray plugins:+For V-Ray "Distributed Render" node installation you only need to copy V-Ray plugin file **vray_VRayScatter.dll** e.g :
 <code> <code>
 $ sudo -i $ sudo -i
-# cd ~/where/you/have/unpacked/the/archive/workstation/maya2012_vray22_x64+# cd ~/where/you/have/extracted/files/to
-# cp libvray_VRayScatter.so /usr/autodesk/maya2012-x64/vray/vrayplugin/+# cp vray_VRayScatter.dll /usr/autodesk/maya2018/vray/vrayplugin/
 </code> </code>
  
Print/export