After Effects sequence data synch prerender and PF_Cmd_EVENT
Hi,
I wanted to access gpudata during a PF_Cmd_EVENT call. My solution was to store the pointer to gpudata in a sequence_data (in a SmartPreRender call) and access that sequence_data during a PF_Cmd_EVENT. The issue is, it seems like the sequence_data between PF_Cmd_EVENT and PreRender differs ! or they might be out of synch ?
So generally, is there a way to modify and share consistently the sequence_data between PF_Cmd_EVENT and a SmartPreRender ?
thank you,
