Introduction to Maya - Modeling Fundamentals Vol 2
This course will look in the fundamentals of modeling in Maya with an emphasis on creating good topology. It's aimed at people that have some modeling experience in Maya but are having trouble with complex objects.
# 1 29-07-2016 , 06:04 AM
Registered User
Join Date: Jul 2016
Posts: 1

Maya Vray Mel Script to edit ir and lc path

Hi all, as i'm new to mel script i need help on coding,m working on prerender mel script where i need to give a hard coded path for maya vray irradiancemap and light cache from file path..code below..

setAttr "vraySettings.giOn" 0;
setAttr "vraySettings.giOn" 1;
setAttr "vraySettings.primaryEngine" 0;
setAttr "vraySettings.secondaryEngine" 3;

setAttr "vraySettings.imap_mode" 2;
setAttr "vraySettings.mode" 2;

setAttr "vraySettings.relements_enableall" 1;

setAttr "vraySettings.relements_separateRGBA" 1;

vray("loadFromFileEnd");


Last edited by Sixsteps; 29-07-2016 at 06:36 AM.
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads