1
Python and Java API / Silent error
« on: March 20, 2025, 11:07:13 AM »
I had this line in a script
Not sure if this should be a bug report of if it's intentional
Code: [Select]
x = chunk.point_cloud.pickPoint(
camera.center, camera.unproject(point2D))
If camera.center == None, then this function silently exits without throwing an error. It took a bit of frustrating debugging to find the reason why my script stopped without running to its end..Not sure if this should be a bug report of if it's intentional