Skip to content

Opengl2 normals fix

Shawn Waldon requested to merge shawn.waldon/paraview:opengl2-normals-fix into master

This branch hacks on the SavePythonState test to remove the dependency on creating cell normals (which is only done by default in OpenGL1). I added a calculator to make a dataset with a value of 1 everywhere to replace the cell normals, then made a few other changes to fix what the calculator broke later on in the pipeline.

Merge request reports