You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was due to how vtkLookupTable was implemented in vtk >= 7.1. Model Viewer subclassed vtkLookupTable using the class mvColorTable. mvColorTable overrode the Build() routine which now calls ForceBuild() / BuildSpecialColors() in newer versions of VTK. Fixed by adding a call to BuildSpecialColors() in Build().
This occurs in vtk versions > 6.3.
vtk-6.3:
vtk-9.1:
The text was updated successfully, but these errors were encountered: