Button flags to call UserChangedParam but no Render
From the headers,
PF_ParamFlag_SUPERVISE = 1 << 6, /* call me with PF_Cmd_USER_CHANGED_PARAM (new in AE 4.0) */
However, I found that clicking a button (setup as PF_Param_BUTTON) triggers a render. Is there a flag that tells AE to call only UserChangedParam and not Render ?