[vtk-developers] Issue calling GetRange() on vtkColorTransferFunction from Python

Scott Wittenburg scott.wittenburg at kitware.com
Thu Apr 6 14:50:44 EDT 2017


Hi folks,

I recently noticed this seems broken in VTK master, while it was fine in an
older VTK (around December 2016).  Here is how I reproduced the issue:

(in a vtkpython session)

from vtkRenderingCorePython import vtkColorTransferFunction
f = vtkColorTransferFunction()
f.GetRange()

While this used to return (0.0, 0.0), it now returns something
like: '_0000000000ad0880_p_void'

Does this ring any bells for anyone?  David, are you aware of some change
in the Python wrapping that may have caused this change in behavior?

Cheers,
Scott
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170406/9f28a2d0/attachment.html>


More information about the vtk-developers mailing list