Community
Hi, I cant find a way to delete a camera through the python scripts. Finding the node and calling deleteNode() will remove that node from the scene graph but it will not delete it from the camera editor.
How can I delete a camera in python?
Solved! Go to Solution.
Solved by seiferp. Go to Solution.
With the Python v2 interface
#find camera with the name "New Camera cameraNode = vrCameraService.getCamera("New Camera") #delete the camera vrNodeService.removeNodes([cameraNode])
Cheers
Pascal
Can't find what you're looking for? Ask the community or share your knowledge.