Useful utility if you need extra image margins for your renderings - it adjusts your camera and render settings so that your old image will be part of the new rendering without changing perspective - just like changing Canvas Size in Photoshop - but in 3D.
Script
overscan
By Martin Breidt · 2006-10-21
- Version
- 0.26
- Version requirement
- 2008 - 2020
- Date updated
- 2019-09-13
- Votes
- 29
- Download
- Download
Description
Additional Info
Installation:
Just run the script with a camera viewport active and it will produce a dialog in which you can set the desired render resolution. Set your numbers - hit the button - then render at the new resolution - done.
Tags: Rendering
Comments (10)
Does this work with Fstorm Renderer?
evanesac · 2018-09-14
Hi guys.. Any way to put this script working with fstorm Renderer??
THX
Martin Breidt · 2018-09-19
Does Fstrom require its own cameras?
If it can use the normal 3ds Max cameras then overscan should work, as it just changes the camera parameters and the common render settings.
Please let me know if you encounter any errors/malfunctioning.
Thanks!
Jonas Borge · 2018-02-02
This script isn't useful.
It's a must have feature!!!
wow thank great solution
bandi · 2017-08-08
thank for this script Martin Breidt...
its helpfull
super
thhm · 2017-06-28
Thanks a lot!
Still using this with Max 2017.
Overscan script
lwmotion · 2016-09-12
Is there anyway you can update this script to work with current versions of 3ds max
like 2016? There is no more vray physical camera. There's just the physical camera and the standard camera now (both targeted and non targeted). Tried running your script on the physical camera and it only altered the output settings. The render is off instead of just extending the visible render area from the original camera.
Thanks in advance for any help.
1rv · 2014-07-28
Martin and k2000, huge thank you!
Cedeeev · 2013-12-18
Thanks a looooooooot ! works like a charm with Vray.
Hi all,Here is the fixed
k2000 · 2013-09-10
Hi all,
Here is the fixed version for Vray camera
added string after string 77
if classOf cam == VRayPhysicalCamera then cam.specify_fov = true
also corrected camera name to avoid names too long (you can easily make it back)
newCam[1].name = (cam.name + "_overscan")
-- newCam[1].name = (cam.name + "_overscan" + (xres_s.value as string) + "x" + (yres_s.value as string))
tested on 3dmax 2014 x64
vray 2.40.04
Attachments
- overscan02_-_vray_fixed.ms — overscan02_-_vray_fixed.ms4.5 KB
Thanks!!!
mackabiemoss · 2013-12-12
Thank you, this is extremely handy.