Hi,
How can I print a list of cameras that are in the 3dsmax job that has been submitted to the farm?
I can see that job.GetJobPluginInfoKeyValue stores the (“Camera”) value, but how do I go about getting all cameras in the file as a string without manually specifying each KVP? - They are listed as Camera/Camera1/Camera2 etc.
My current method seems very convoluted and probably very wrong.
Thanks for any pointers.