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
917 stars 123 forks source link

Voxels opacity issue #359

Closed modaresimr closed 1 year ago

modaresimr commented 2 years ago

There is a problem in all voxels image image when we are trying to change the opacity of a voxel it shows an error.

artur-trzesiok commented 1 year ago

Thanks @modaresimr for reporting that. I will investigate it.

artur-trzesiok commented 1 year ago

Good spot! It is my mistake. I added automated test to cover that issue and prevent from regresssion in future. Thanks a lot!

modaresimr commented 1 year ago

Thank you for your response. Is it fixed now?

artur-trzesiok commented 1 year ago

Will be released in @2.14.3

artur-trzesiok commented 1 year ago

Please check pip install k3d==2.14.3

modaresimr commented 1 year ago

Works completely thank you :-)