Skip to content

Commit

Permalink
fix(serializer): register vtkCompositePolyDataMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristosT authored and jourdain committed Apr 22, 2024
1 parent 0a46f97 commit d8c55a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trame_vtk/modules/vtk/serializers/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def initialize_serializers():
"vtkImageDataMapper",
"vtkOpenGLPolyDataMapper",
"vtkCompositePolyDataMapper2",
"vtkCompositePolyDataMapper",
],
# Volume mappers
generic_volume_mapper_serializer: [
Expand Down Expand Up @@ -151,6 +152,7 @@ def initialize_serializers():

js_classes = {
"vtkMapper": [
"vtkCompositePolyDataMapper",
"vtkCompositePolyDataMapper2",
"vtkDataSetMapper",
"vtkOpenGLPolyDataMapper",
Expand Down

0 comments on commit d8c55a8

Please sign in to comment.