res expression function
Returns the natural resolution of the image in a compositing node.
Usage
res(compositing_node, res_type)
res_type is either D_XRES or D_YRES.
Examples
res("/img/img1/color1", D_XRES)Replaced by
Replaced by hou.CopNode.yRes, hou.CopNode.xRes
