Skip to content

Commit

Permalink
docs(example): fix lut local rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Feb 12, 2024
1 parent ee11657 commit c4481e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/06_vtk/Applications/MultiFilter/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
# local rendering, but doesn't hurt to include it
import vtkmodules.vtkRenderingOpenGL2 # noqa

from trame_vtk.modules.vtk.serializers import encode_lut

encode_lut(True)

CURRENT_DIRECTORY = os.path.abspath(os.path.dirname(__file__))

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit c4481e0

Please sign in to comment.