max 2014
VRay 3.10.03
getting a dependency loop error when I try to run this script:
atmosphere is VRayEnvironmentFog
atmos = getAtmospheric 1
lightArray = #($VRayLight001)
atmos.lights = lightArray
error is
-- Runtime error: Assignment failed, possible dependency loop, $VRayLight:VRayLight001 @ [38.590561,11.500099,0.000000]
VRay 3.10.03
getting a dependency loop error when I try to run this script:
atmosphere is VRayEnvironmentFog
atmos = getAtmospheric 1
lightArray = #($VRayLight001)
atmos.lights = lightArray
error is
-- Runtime error: Assignment failed, possible dependency loop, $VRayLight:VRayLight001 @ [38.590561,11.500099,0.000000]
Comment