0

Does anyone know how to attach an exisiting image plane to another camera? Then be able to delete the camera the image plane was initially connected to. Everytime i try, it deletes the image plane from both cameras. I have even tried disconnecting the connection from the previous camera before deleting the first camera. No luck.. Any help would be great. Thanks for any help!

por4por
  • 35
  • 6
  • I want to create a clean and percise camera duplicate instead of using something like Duplicate special. This way I know exactly what is being connected to the new camera – por4por Mar 30 '15 at 19:16

1 Answers1

1

If you duplicate camera, imageplane stay in the old camera shape. You need to detach from old camera and attach it to the new one:

imagePlane -e -detach imagePlane1;
imagePlane -e -camera camera2;
SAF
  • 309
  • 2
  • 13
  • When you delete the old camera, it deletes the image plane with it. That was my whole initial problem. Are you not getting the same issue? – por4por May 01 '15 at 22:49