Additional .vrscene Options
Export to a separate .vrscene files - when this option is enabled V-Ray will export separate .vrscene files for the different scene components like bitmaps, lights, geometry, materials, nodes, textures, RenderView (the settings of the standard Softimage camera) in addition to the main .vrscene file holding all the information Write mesh data as binary - when this option is on the mesh data will be written in hexadecimal format in the .vrscene file. This makes the files smaller and faster for processing but it is harder for people to read them. When this option is off the mesh data will be written in normal decimal format as a text. Write transform data as binary - when this option is on the transformation data will be written in hexadecimal format in the .vrscene file. This makes the files smaller and faster for processing but it is harder for people to read them. When this option is off the mesh data will be written in normal decimal format as a text. Compress binary data - when this option is on binary data will be compressed to reduce storage size. Decompression happens automatically during rendering. |