K3D-tools / K3D-jupyter

K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
MIT License
921 stars 123 forks source link

Fix: lookup correct texture attribute #337

Closed agoose77 closed 2 years ago

agoose77 commented 2 years ago

Commit 0015a92665d9650304fcc8e3ab00a2ca5e9ab6a8 introduced #333 because it copied the same block of code from VolumeVolume.

This PR corrects that typo :)

artur-trzesiok commented 2 years ago

@agoose77 Thanks for that spot!

agoose77 commented 2 years ago

@artur-trzesiok would you be able to make a pre-release to PyPI? :)

artur-trzesiok commented 2 years ago

Hi! I will try to do normal release today :)