I'm developing some Python scripts to read/parse/process some .vrscene files.
From others' examples, I can see that there is a Python SDK for VRay called vrayutils.
I want to get this information from the SettingsOutput
object.
From a .vrscene file I want to get the total frame numbers.
Does anyone know where I can get that Python library or how I can call it?