@@ -184,8 +184,8 @@ def vtk_internal_repository(
184
184
# TODO(jwnimmer-tri) Once there's a tagged release with support for
185
185
# VTK_ABI_NAMESPACE, we should switch to an official version number
186
186
# here. That probably means waiting for the VTK 10 release.
187
- commit = "4200a02757df119c8c4ca8a66f1e52729522b1f5 " ,
188
- sha256 = "8e2c070127586d5e9d0c3cdd33ca87b08a7dd5b21237922576cb1d1f4d0e7631 " , # noqa
187
+ commit = "02b9b138d3a12cf594e8d393b92a390f762c799f " ,
188
+ sha256 = "aa2061f67119c8cca332a205db560bb59619578fe802d6d29527c2542975ec6a " , # noqa
189
189
build_file = ":package.BUILD.bazel" ,
190
190
patches = [
191
191
# Drake's conventions for VTK patches are:
@@ -197,6 +197,7 @@ def vtk_internal_repository(
197
197
# - Use alphabetical order within a directory when listing patches.
198
198
":patches/upstream/common_core_rm_iostream.patch" ,
199
199
":patches/upstream/io_geometry_gltf_default_scene.patch" ,
200
+ ":patches/upstream/io_import_errors.patch" ,
200
201
":patches/upstream/rendering_opengl2_scaled_albedo_for_ibl.patch" ,
201
202
":patches/upstream/vtkpugixml_global_ctor.patch" ,
202
203
":patches/common_core_nobacktrace.patch" ,
0 commit comments