menpo / menpo3d

Tools for manipulating 3D meshes within the Menpo project.
http://www.menpo.org
Other
165 stars 55 forks source link

Unable to use ColouredTriMeshViewer3d #50

Closed chaoweifang closed 3 years ago

chaoweifang commented 7 years ago

Traceback (most recent call last): File "", line 1, in File "/home/cwfang/.local/lib/python2.7/site-packages/menpo3d/visualize/viewmayavi.py", line 439, in render specular_light=specular_light, alpha=alpha) File "/home/cwfang/.local/lib/python2.7/site-packages/menpo3d/visualize/viewmayavi.py", line 420, in _render_mesh mapper.set_input_data(pd) AttributeError: 'PolyDataMapper' object has no attribute 'set_input_data'

patricksnape commented 6 years ago

This is an issue with VTK - which version of VTK do you have installed?