Blender Git Loki
Git Commits -> Revision caf5d90
Revision caf5d90 by Lukas Toenne (master) March 15, 2014, 09:28 (GMT) |
Fix T39189: Node editor Map Uv requires an scale node to work. This is a regression caused by rB67134a7bf689279785e2e40b29cd24243813998b The UV coordinates read from the UV input must be scaled by the Image input size instead of the UV input size. Also now this node uses the UV input resolution instead of the Image resolution, since this is what determines the available resolution. The image is EWA-sampled anyway, it's resolution does not have a direct impact. |
Commit Details:
Full Hash: caf5d90fb07d2aee5cdb49635ec726ae22df6c78
Parent Commit: 2aff243
Lines Changed: +3, -2
1 Modified Path:
/source/blender/compositor/operations/COM_MapUVOperation.cpp (+3, -2) (Diff)