Originally posted by vlado
View Post

'ALTUS_VERSION': '1.0', 'ALTUS_PIPE': 'C:/Altus/${ALTUS_VERSION}', 'altus_PATH': '${ALTUS_PIPE}/bin', 'altus_LICENSE': '5053@license', 'MAYA_PLUG_IN_PATH': '${altus_PATH}/plug-ins', 'XBMLANGPATH': '${ALTUS_PIPE}/icons', 'MAYA_SHELF_PATH' : '${ALTUS_PIPE}/shelves',
global proc shelf_Altus () { global string $gBuffStr; global string $gBuffStr0; global string $gBuffStr1; shelfButton -enableCommandRepeat 1 -enable 1 -width 35 -height 35 -manage 1 -visible 1 -preventOverride 0 -annotation "Altus@innobright" -enableBackground 0 -align "center" -labelOffset 0 -font "plainLabelFont" -imageOverlayLabel "Altus" -overlayLabelColor 0.8 0.8 0.8 -overlayLabelBackColor 0 0 0 0.25 -image "altusButton.bmp" -image1 "altusButton.bmp" -style "iconOnly" -marginWidth 1 -marginHeight 1 -command "checkAltusEnv" -sourceType "mel" -commandRepeatable 1 -flat 1 ; }
renderers.current.dmc_randomSeed=N
altus -r 10 -i "altus_test" -o "d:\temp" -b "d:\temp\altus_tests\sun_sky_b0.RGB_color.0139.exr" -b "d:\temp\altus_tests\sun_sky_b1.RGB_color.0139.exr" -a "d:\temp\altus_tests\sun_sky_b0.VRayDiffuseFilter.0139.exr" -a "d:\temp\altus_tests\sun_sky_b1.VRayDiffuseFilter.0139.exr" -n "d:\temp\altus_tests\sun_sky_b0.VRayBumpNormals.0139.exr" -n "d:\temp\altus_tests\sun_sky_b1.VRayBumpNormals.0139.exr" -v "d:\temp\altus_tests\sun_sky_b0.VRayMatteShadow.0139.exr" -v "d:\temp\altus_tests\sun_sky_b1.VRayMatteShadow.0139.exr"
Comment