Export Hooks - Passing info dict between pre_export and pre_export_asset

Hiya!

If you modify the info dict passed into pre_export() can that be passed along to the info dict in pre_export_asset()?

Im appending to the destinationPath in pre_export. But then if i use a print statement to view info dict on pre_export_asset it has reverted.

Is there a more proper method to do this? I modify it in pre_export because it should be the same for all even if multiple things are dragged for export, seemed wise to just do it once. I suppose info is not a global…