State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:317912|
1. Create a CameraCreate node
2. View through the Shot Camera in the Viewer tab
3. Switch the CameraCreate node's projection parameter to 'Orthographic' (Or your custom Projection)
4. Attempt to rotate the camera in the viewer by 'Alt + LClick' dragging the mouse. (Should not rotate as expected)
5. Switch the projection to 'Perspective'
Result: The camera will not update and will stay in Orthographic mode.
Steps to reproduce (Python) (Custom Projection)
1. Create a CameraCreate node
2. View through the Shot Camera in the Viewer tab
3. Paste the following into your Script Editor and execute it
Camera = NodegraphAPI.GetNode('CameraCreate')Camera.getParameter('projection').setValue('test', 0) 4. Attempt to rotate the camera in the viewer by 'Alt + LClick' dragging the mouse. (Should not rotate as expected)
5. Switch the projection to 'Perspective'
Result: The camera will not update and will stay in Orthographic mode.
1. Switch the CameraCreate Projection parameter to 'Orthographic' (Or your custom Projection)
2. In the Viewer tab, Zoom out of the view (Mouse wheel)
3. Switch the CameraCreate Projection parameter to 'Perspective'
1. Switch the CameraCreate Projection parameter to 'Perspective'
2. In the Viewer tab, switch to the perspective camera
3. Rotate the perspective camera
4. Switch back to the Shot Camera
We're sorry to hear that
Please tell us why