maximeraafat / BlenderNeRF

Easy NeRF synthetic dataset creation within Blender
MIT License
811 stars 51 forks source link

Error when trying to create gaussian points ply #40

Closed rpte closed 2 months ago

rpte commented 2 months ago

Hello,

This plugin is really great, but when i'm trying to create a ply file it gives an error

Found out it was the blender version. update from 4.0 to 4.2 and it's working now

maximeraafat commented 2 months ago

Hi @rpte, thanks for your message. I see you’ve managed to resolve the issue, though it was indeed a bug unrelated to the Blender version. The problem occurs when no object is active, which can happen if the currently active object is deleted. In that case, Blender loses track of the current context. I’ve addressed this in the latest commit. :)