ReshotAI / gaussian-splatting-blender-addon

https://www.lingosub.com
393 stars 44 forks source link

Fix bug with reshape array #29

Open orioljim1 opened 6 months ago

orioljim1 commented 6 months ago

Great plugin! I had the problem mentioned in this issue where for a certain .ply it would give the error "cannot reshape array of size 0 into shape ...".

This happened as some .ply files do not include extra features. This frork resolves the issue. :)