Hi Everybody,
Does anyone know of a way to force the viewport to redraw? Even if from python? I tried "hou.ui.triggerUpdate" but no to avail.
I've tried calling DM_VPortAgent::doRender(REgetMainRender(), view_width, view_height). Which does call DM_SceneHook::render.
I've also trie...