Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script irmap: Searching map cache in parent
- -- This script merges multiple *.vrmap files from a selected folder
- -- Tested on Max 2012, Vray 2.0
- -------------------------------------------------------------------------------------
- --------------------------------------------------------- IMPORTANT ------------------------------------------------------------
- -- Location of your imapviewer.exe. Change this path to your V-Ray installation folder if you get the error message
- toolPath = "C:\\Program Files\\Chaos Group\\V-Ray\\3dsmax 2012 for x64\\tools\\"
- --------------------------------------------------------------------------------------------------------------------------------------
- toolTest = doesFileExist (toolPath + "\\imapviewer.exe")
- if not toolTest then
- messagebox " Please follow the instructions inside this script" title:" Error: imapviewer.exe Not Found"
- try (destroyDialog IRmerge) catch()
- rollout IRmerge "IRMap Merger v1.5" width:584 height:136
- (
- button btn_Browse " Select Folder" pos:[8,8] width:80 height:32
- button btn_Merge " Merge!" pos:[8,48] width:80 height:56 enabled:false
- label lab1 " Total Files loaded:" pos:[192,8] width:91 height:16
- label lab2 "0" pos:[288,8] width:40 height:16
- listbox lbx1 "" pos:[96,32] width:229 height:7
- listbox lbx2 "" pos:[336,32] width:240 height:7 readOnly:true
- label lab7 " Folders:" pos:[96,8] width:48 height:16
- label lab8 "0" pos:[144,8] width:40 height:16
- button btn_arch "Archive" pos:[8,112] width:80 height:16 enabled:false
- label lbl9 "File size:" pos:[336,8] width:48 height:16
- label lbl_Size "0" pos:[384,8] width:128 height:16
- local BatFile = "C://IRMerge.bat"
- get link here:http://gestyy.com/w9zRka
Add Comment
Please, Sign In to add comment