Retina @2x.png icons for script UI
Hi, does anyone know where I can find any documentation on setting up retina images for Script UIs in After Effects?
From digging around in the After Effects install directories I can see lots of icons using the @15739213.png naming convention. So I tried creating my image at 2x res and named it accordingly but if I try this:
myButton: IconButton {text:'Import',properties: { style : 'toolbutton' },image:'myImage@2x.png'},\
I just get an image that's twice the size it should be. i.e it's not respecting the display.
Is there something that needs to be included in the button properties?
Thanks,
Chris