Some query fields like Shot.OpenNotes are returned by the regular shotgun API and because of it do not actually need to be queried again as query fields ie reducing overhead. All that might be needed is a check if the field is != None and then skip get the field value again.
Thanks
Patrick
Some query fields like Shot.OpenNotes are returned by the regular shotgun API and because of it do not actually need to be queried again as query fields ie reducing overhead. All that might be needed is a check if the field is != None and then skip get the field value again.
Thanks
Patrick