vrayMeshImport returns an array of objects because you can have several meshes per proxy. Something like #(myObject) is an array with a single element, but not the element itself. So you need to parse the array to put each object in the layer, even if you only have 1.Some properties like .transform and .material can be set…