In CPlusPlusCHOPExample
code I modified getGeneralInfo
method like this:
void
CPlusPlusCHOPExample::getGeneralInfo(CHOP_GeneralInfo* ginfo)
{
ginfo->cookEveryFrame = false;
ginfo->cookEveryFrameIfAsked = false;
ginfo->timeslice = true;
ginfo->inputMatchIndex = 0;
}
However, CHOP is still being cooked even though it has no inputs/outputs. Could this be a bug?
TouchDesigner build 53040