Hi there,
We want to use V-ray standalone for batch rendering of .vrscene scenes. We exported scenes from 3ds max using the following command
When we render such scene, we see the following issues:
We see this block of params in .vrscene file but it seems like it is not being used?
We run V-Ray standalone like this
What settings do we need to provide via cmdline to mimic the render output produced by 3ds Max V-Ray GUI/plugin? What parameters do we need to use for standalone tool? We thought the Standalone will read all settings from .vrscene file?
Best wishes,
Petr
We want to use V-ray standalone for batch rendering of .vrscene scenes. We exported scenes from 3ds max using the following command
Code:
rt.execute(f'vrayExportVRScene "{output_dir}\\{scene_name}.vrscene" exportSetting:true startFrame:{start_frame} endFrame:{end_frame} exportRegion:false')
When we render such scene, we see the following issues:
- Resolution set in Render settings is not respected
- Rendering device type is CPU (VFB shows CPU)
- Output image is noisy, seems like denoising is not done at all?
We see this block of params in .vrscene file but it seems like it is not being used?
Code:
SettingsRTEngine rtEngine_settings { gi_depth=3; cpu_bundle_size=128; cpu_samples_per_pixel=4; gpu_bundle_size=192; gpu_samples_per_pixel=16; low_gpu_thread_priority=0; coherent_tracing=0; stereo_mode=0; stereo_eye_distance=6.5; stereo_focus=2; opencl_texsize=512; opencl_resizeTextures=0; opencl_textureFormat=2; progressive_samples_per_pixel=1; undersampling=2; disable_render_elements=0; max_render_time=0.5; max_sample_level=2; noise_threshold=0.1; max_draw_interval=150; min_draw_interval=50; interactive=0; enable_bucket_sampler=0; out_of_core=0; out_of_core_textures=0; }
Code:
vray.exe -sceneFile="scene.vrscene" -imgFile="vray_renders\render.png" -camera="Camera0"
What settings do we need to provide via cmdline to mimic the render output produced by 3ds Max V-Ray GUI/plugin? What parameters do we need to use for standalone tool? We thought the Standalone will read all settings from .vrscene file?
Best wishes,
Petr
Comment