Open
Description
Using the following variables:
project_name = 'SuperStickman'
episode_name = 'Stic-101'
I want to extract ALL the Project, Episode and Shot fields together.
I tried these two different ways, but they don't display Project, Episode and Shot fields.
sg_shots = sg.find("Shot", [['project.Project.name', 'is', project_name],['episode.Episode.name', 'is', episode_name]], ['code', 'sg_sequence.Sequence.sg_status_list'])
sg_shots = sg.find("Shot", [['project.Project.name', 'is', project_name]], ['code', 'sg_sequence.Sequence.sg_status_list'])
How do I return a query result that returns ALL the Project, Episode and Shot fields together?
Thank you in advance.
Metadata
Assignees
Labels
No labels