Hello, I am running into some issues using tk-hiero-export with our internal episodes tag and am wondering where I should write support code. We use an episode tag, which is nearly identical in function to sequence, and uses the internal 'scene' tag. In the case of the sg3 api I am able to use the scene tag to search entities and find the relations I am looking for between entries, but the hiero exporter is throwing errors on parsing the schema.
The error is being thrown up from some rather low-level code, and I would like not to reach that deep in order to support our custom type.
File "\\ARC\Data\Software\all\shotgun\studio\install\apps\app_store\tk-hiero-export\v0.1.16\python\tk_hiero_export\shot_updater.py", line 99, in taskStep
self.app.tank.create_filesystem_structure(shot_type, [shot_id])
File "\\ARC\Data\Software\all\shotgun\studio\install\core\python\tank\api.py", line 483, in create_filesystem_structure engine)
File "\\ARC\Data\Software\all\shotgun\studio\install\core\python\tank\folder\operations.py", line 199, in process_filesystem_structure engine)
File "\\ARC\Data\Software\all\shotgun\studio\install\core\python\tank\folder\operations.py", line 57, in create_single_folder_item
shotgun_entity_data = folder_obj.extract_shotgun_data_upwards(tk.shotgun, entity_id_seed)
File "\\ARC\Data\Software\all\shotgun\studio\install\core\python\tank\folder\folder_types.py", line 1270, in extract_shotgun_data_upwards
"again!\n" % (self._entity_type, name, field))
tank.errors.TankError: The Shot 305x010 has a required field sg_episode that does not have a value set in Shotgun.
Double check the values and try again!
Thanks,
Robert Durnin