I've been following along the Maya pipeline tutorial here:
https://support.shotgunsoftware.com/hc/en-us/articles/219039938-Pipeline-Tutorial
Everything else has worked perfectly, but when trying to publish the camera, I get the following error:
Traceback (most recent call last):
File "Z:\pipeline\shotgun\project_configs\testing_project_config\install\app_store\tk-multi-publish2\v2.1.6\python\tk_multi_publish2\processing\plugin.py", line 393, in _handle_plugin_error
yield
File "Z:\pipeline\shotgun\project_configs\testing_project_config\install\app_store\tk-multi-publish2\v2.1.6\python\tk_multi_publish2\processing\plugin.py", line 375, in run_finalize
self._hook_instance.finalize(settings, item)
File "Z:\pipeline\shotgun\project_configs\testing_project_config\install\app_store\tk-multi-publish2\v2.1.6\hooks\publish_file.py", line 419, in finalize
publish_data = item.properties.sg_publish_data
AttributeError: '_ItemProperties' object has no attribute 'sg_publish_data'
Has anyone seen this before/have a solution for this?
I've double checked and I am doing everything the tutorial says.