get Current Time
How everybody,
i am now studying the examples. I tried to use the "current_time" identifier in my sekeleton example, but its not defind. So i read through the sdk it says, that its just available in PF_CMD_Render. I don't know what it exactly means, but i think i found the solution in the Artie example under AEGP.
so first there are two variables defined:
A_Time comp_time, comp_time_step,
suites.CanvasSuite5()->AEGP_GetCompRenderTime(render_contextH, &comp_time, &comp_time_step);
by the way what are the differences between CavasSuite5 ..CanvasSuite7
thank you very much for your help.
