Message 1 of 2

Not applicable
10-06-2020
10:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to look through a particular camera when doing a playblast command from a script. The object is there, but when I call lookthru, it gives me the error 'There is no active view.' Here is what script looks like. Any idea what I am doing wrong? I don't really have experience with cameras yet.
if(`objExists Playblast_Camera`)
{
lookThru Playblast_Camera;
}
... I also tried this, get same error:
string $camView = `cameraView -camera Playblast_Camera`;
lookThru Playblast_Camera $camView;
Solved! Go to Solution.