CustomizingResolutionMenu
From Odwiki
You can customize the resolutions that appear in the menu next to the Resolution fields in ROPs, CameraObjects and LightObjects by placing an edited copy of the $HFS/FBres file somewhere in your HOUDINI_PATH. The format of this file is very easy to understand and there are comments in the file to describe the different parameters.
Here's a copy of the FBres menu for editing...
# # This table contains a list of useful resolutions. # # The first argument should contain 3 values. # xres # yres # pixel aspect ratio # # These choices are used to build menus in the UI. # # This file can be overridden by installing a copy somwhere in the # Houdini path. # # # This document is under CC-3.0 Attribution-Share Alike 3.0 # http://creativecommons.org/licenses/by-sa/3.0/ # Attribution: There is no requirement to attribute the author. # "640 480 1" "640 x 480 (1.33)" "640 272 1" "640x272 (2.35) anamorphic" "640 360 1" "640x360 (1.78) widescreen" "_separator_" "---------" "360 243 0.9" "50% NTSC D1" "720 486 0.9" "100% NTSC D1" "_separator_" "---------" "320 243 1" "50% NTSC square pixel" "640 486 1" "100% NTSC square pixel" "_separator_" "---------" "360 288 1.067" "50% PAL D1" "720 576 1.067" "100% PAL D1" "720 576 1.422" "100% PAL 16:9 anamorphic" "1024 576 1" "100% PAL 16:9 (1 to 1)" "_separator_" "---------" "384 288 1" "50% PAL square pixel" "768 576 1" "100% PAL square pixel" "_separator_" "---------" "1280 720 1" "HDTV 720" "1920 1080 1" "HDTV 1080" "_separator_" "---------" "4096 3112 1" "Full Ap 4K" "2048 1556 1" "Full Ap 2K" "3656 2664 1" "Acad 4K" "1828 1332 1" "Acad 2k" "3656 3112 1" "Scope 4k" "1828 1556 1" "Scope 2k" "6144 4096 1" "Vista 4k" "3072 2048 1" "Vista 2k"
Now, I'm not a lawyer, but I see that Odwiki is released under the GNU Free Documentation License.
---
Here is a snippet with usefull print resolutions at 300dpi:
# # This table contains a list of useful print resolutions. # For 300dpi. # # # This document is under CC-3.0 Attribution-Share Alike 3.0 # http://creativecommons.org/licenses/by-sa/3.0/ # Attribution: There is no requirement to attribute the author. # "2550 3300 1" "Letter Portait" "3300 2550 1" "Letter Landscape" "2550 4200 1" "Legal Portait" "4200 2550 1" "Legal Landscape" "3300 5100 1" "Tabloid Portait" "5100 3300 1" "Tabloid Portait" "_separator_" "---------" "2480 3508 1" "A4 Portait" "3508 2480 1" "A4 Landscape" "3508 4961 1" "A3 Portait" "4961 3508 1" "A3 Landscape" "_separator_" "---------" "2079 2953 1" "B5 Portait" "2953 2079 1" "B5 Landscape" "2953 4169 1" "B4 Portait" "4169 2953 1" "B4 Landscape" "4169 5906 1" "B3 Portait" "5906 4169 1" "B3 Landscape"



