Hi,
I have created a .vrscene with a proxy which have object ID.
I have this :
When i render, all is fine. I have my mask with objects ID.
But in the .vrscene, why the visibility_list_ids is empty ?
How can i get the list of IDs ?
V-Ray for Maya version 2.25.01, revision 22063 from Jul 10 2012, 00:26:46, Maya 2012 win64
Thanks
I have created a .vrscene with a proxy which have object ID.
I have this :
Code:
GeomMeshFile pSphere1_proxyShape@mesh1 { file="pSphere1.vrmesh"; anim_speed=1; anim_type=0; anim_offset=0; anim_override=0; anim_start=0; anim_length=0; primary_visibility=1; compute_normals=1; smooth_angle=30; compute_bbox=0; num_preview_faces=10000; use_face_sets=1; visibility_lists_type=0; visibility_list_names=ListString( ); visibility_list_ids=List( ); }
But in the .vrscene, why the visibility_list_ids is empty ?
How can i get the list of IDs ?
V-Ray for Maya version 2.25.01, revision 22063 from Jul 10 2012, 00:26:46, Maya 2012 win64
Thanks
Comment