How much does the“auto vertical tilt correction”plugin cost?
2191 8 2- iskan
- Member
- 18 posts
- Joined: Aug. 2019
- Offline
- Konstantin Magnus
- Member
- 686 posts
- Joined: Sept. 2013
- Offline
You can offset the camera using “screen window X/Y” in the camera settings.
https://procegen.konstantinmagnus.de/ [procegen.konstantinmagnus.de]
- iskan
- Member
- 18 posts
- Joined: Aug. 2019
- Offline
- jsmack
- Member
- 8046 posts
- Joined: Sept. 2011
- Offline
You can derive the shift amount from the tilt angle if you know it. An expression can be used using the tangent of the angle to set the screen Y shift:
The hard part, if you already have a camera animation, is to remove the tilt and put it back on the camera.
If you are animating your own camera, you can simply animate the tilt angle channel instead of the rx channel. It gets complicated if you are using lookat or other constraints.
ch('resx')/ch('resy')*ch('focal')/ch('aperture')*tan(ch("tiltx"))
The hard part, if you already have a camera animation, is to remove the tilt and put it back on the camera.
If you are animating your own camera, you can simply animate the tilt angle channel instead of the rx channel. It gets complicated if you are using lookat or other constraints.
- iskan
- Member
- 18 posts
- Joined: Aug. 2019
- Offline
jsmackCan you give an example of how you do this in hiplc?
You can derive the shift amount from the tilt angle if you know it. An expression can be used using the tangent of the angle to set the screen Y shift:ch('resx')/ch('resy')*ch('focal')/ch('aperture')*tan(ch("tiltx"))
The hard part, if you already have a camera animation, is to remove the tilt and put it back on the camera.
If you are animating your own camera, you can simply animate the tilt angle channel instead of the rx channel. It gets complicated if you are using lookat or other constraints.
- jsmack
- Member
- 8046 posts
- Joined: Sept. 2011
- Offline
- iskan
- Member
- 18 posts
- Joined: Aug. 2019
- Offline
- Gagui
- Member
- 56 posts
- Joined: May 2017
- Offline
- Gagui
- Member
- 56 posts
- Joined: May 2017
- Offline
-
- Quick Links