Hello,
My effect processes the whole composition at once and adds a new visible(!) layer with results to the top of the composition. The source layer is situated under the new one. New layer is added as:
ERR(suites.LayerSuite7()->AEGP_AddLayer(res_item, cResCompH, &res_layer));
(res_item is a video sequnce with same parameters as default sequence)
And I faced a problem with a correct displaying of the top layer with results. Every frame except the frame that was at "Current time indicator" displays frames from resulting layer and that is ok. But the frame that was active in composition during the rendering process shows me the source layer. Moreover if I turn off my effect or effect's layer, I will see the frame from the result. Nothing will happen even if I close the composition and open it once.
Have anyone had such a problem before?
What should I do to avoid such a strange behaviour? Maybe, I should add this layer with some other preferences?