THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/10/2012 at 04:48, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Windows ;
Language(s) : C++ ;
---------
hi,
Is not CallCommand() work in VideoPostData::Execute() ??
It doesn't effect...:cry:
I tried this one
if (vps->vp==VIDEOPOSTCALL_RENDER && !vps->open && *vps->error==RENDERRESULT_OK && !vps->thread->TestBreak())
{
CallCommand(5159); // Cube (it will replace my command)
}
return RENDERRESULT_OK;