
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I was able to get basic camera control working from the python api...
Moving, rotation, perspective, screenshots, etc...
There are some things that i would like to do and i haven't been able to get to work:
1) create a new camera that is not associated with a window to render offscreen.
2) change the resolution and aspect ratio of the camera, for example if my autodesk fusion window is set to 1920x1080 resolution 19:9 aspect ratio can I render a 4096x4096 square 1:1 aspect ratio image.
the camera api doesn't seem to have this and the viewport api has hight and width read only...
I have been using the python api, but does the C++ api have access to camera features that the python doesn't have.
Solved! Go to Solution.