I have a task to render images for a given sample size. At first, I add 5 meshes to pyrender scene, render the image, and remove the meshes from the scene. This iteration is continued for the given sample size. However, in the second loop, I get this error
ValueError: Mesh is already bound to a context
Could anyone help me understand what this error means and how I can rectify this? Thank you.