<div dir="ltr">Hi folks,<div><br></div><div>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:</div><div><br></div><div>(in a vtkpython session)</div><div><br></div><div>from vtkRenderingCorePython import vtkColorTransferFunction<br></div><div>f = vtkColorTransferFunction()<br></div><div>f.GetRange()</div><div><br></div><div>While this used to return (0.0, 0.0), it now returns something like: '_0000000000ad0880_p_void'</div><div><br></div><div>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?</div><div><br></div><div>Cheers,</div><div>Scott</div><div><br></div><div><br></div></div>