Hi I have recently started using RV Player to view the Shots from Shotgrid. I also wish to add some automation in RV and that’s where I came across RV’s Python API rv
. It would really be helpful if anyone could guide me towards the documentation of the rv
python module or any reference regarding to it so that learn about different types of methods and operations provided by the rv.commands
module
I find it to be the wild west when developing stuff for RV in terms of Documentation.
But here are some useful link:
Python Chapter and more
https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_RV_rv_manuals_rv_reference_manual_chapter_four_html
Mu API Documentation Browser
As for the API itself, I always find myself using the Mu API Documentation Browser from RV directly
To find it, it’s under the “Help” tab in RV then “MU Command API Browser…”
It’s not much but I hope it helps!