[Paraview-developers] Pick with 'p' broken

Brad King brad.king at kitware.com
Fri Oct 1 09:38:32 EDT 2004


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



More information about the Paraview-developers mailing list