Hello, Some change within the last couple of weeks has broken picking. This code complains that there is no render module set: void vtkPickPointWidget::OnChar() { if (this->Interactor->GetKeyCode() == 'p' ) { if (this->RenderModule == NULL) { vtkErrorMacro("Cannot pick without a render module."); return; } ... } -Brad