Skip to content

Commit a3a27c3

Browse files
committed
Merge pull request #1142 from UV-CDAT/issue_1141_anim_broken_for_straight_isofill
fix #1141
2 parents 00e7912 + 797d5ec commit a3a27c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/vcs/Lib/VTKPlots.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -997,8 +997,8 @@ def plot2D(self,data1,data2,tmpl,gm,vtk_backend_grid=None,vtk_backend_geo=None):
997997
#png.SetFileName("/git/uvcdat/Packages/vcs/Share/uvcdat_texture.png")
998998
#T=vtk.vtkTexture()
999999
#T.SetInputConnection(png.GetOutputPort())
1000-
if isinstance(gm,isofill.Gfi):
1001-
mappers.append([mapper,])
1000+
#if isinstance(gm,isofill.Gfi):
1001+
# mappers.append([mapper,])
10021002
returned["vtk_backend_luts"]=luts
10031003
if len(cots)>0:
10041004
returned["vtk_backend_contours"]=cots

0 commit comments

Comments
 (0)