Hi,
I am having a problem with deleting a camera from my scene from the script: I know that the camera is an object and can be treated like any other object ( mesh, lamp,…) but when I try deleting is using the code below it won’t recognize the cam data object as an object ???
for cam in Camera.Get():
Scene.GetCurrent().unlink(cam)
the last line error says: expected object argument
any idea why this is happening???