How to get the VRay Properties
Step 1: Set the current renderer to VRay
Step 2: Run the following codes in MAXScript Listener
vr = renderers.current
show vr
Run the following codes in MAXScript Listener:
m = VRayMtl()
show m
Step 1: Set the VRayToon as the first atmosphere
Step 2: Run the following codes in MAXScript Listener
at = getAtmospheric 1
show at
©2008 feilang . All rights reserved .