I have a script that needs to copy properties from one obj to another. The problem is that I cannot get the userproperties from an object that has been newly created without first opening the VRay Object Properties dialog for that object. To see what I mean execute this after creating an object.
I get undefined. Any help is appreciated. Thanks.
Code:
getUserProp $ "VRay_GI_VisibleToGI"
Comment