Skip to content

Commit b3f963c

Browse files
revert vti/vtk error
1 parent b314476 commit b3f963c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

workflow/scripts/extract_surfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import shutil
1212
import itertools
1313

14-
from pyvista.core import _vti_core as _vti
14+
from pyvista.core import _vtk_core as _vti
1515
from pyvista.core.filters import _get_output, _update_alg
1616
from pyvista.core.utilities.helpers import generate_plane
1717

workflow/scripts/generate_screenshot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
#color_map =k3d.paraview_color_maps.Rainbow_Uniform
5555
#color_map = k3d.paraview_color_maps.Linear_Green_Gr4L
5656
#cells = cells.cell_data_to_point_data()
57-
#cells_k3d = k3d.vti_poly_data(cells.extract_surface(), side="double",
57+
#cells_k3d = k3d.vtk_poly_data(cells.extract_surface(), side="double",
5858
#color_attribute=("label", 0, float(cells["label"].max())),
5959
#color_map=color_map, name="cells"
6060
# color=hexcolor("limegreen"))
61-
#ecs_k3d = k3d.vti_poly_data(ecs.extract_surface(), side="double", color=hexcolor("white"),
61+
#ecs_k3d = k3d.vtk_poly_data(ecs.extract_surface(), side="double", color=hexcolor("white"),
6262
# opacity=0.8,
6363
# name="ecs", wireframe=True)
6464

0 commit comments

Comments
 (0)