Inside Designer i define a "Input Color" and expose it, so the user can place a custom image.
The Material is meant to use with projection-tool, so when the user-image is square (500x500)
the preview of the projection is fine, no stretches...
But when the user add a NON-sqare image (1000x500)
the preview of the projection is stretched.
Is it possible to handle that in designer (like with a node)?
Replies
so actually I only need to let designer know what size the image has, but I really don't know how to do it.
$size returns the size of the graph/input node in pixels, not the pixel size of the file you input - designer doesnt care about that