Blender Git Commit Log
Git Commits -> Revision 259e9ad
Revision 259e9ad by Sergey Sharybin (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 8, 2018, 15:45 (GMT) |
Fix T52927: Compositor wrong scale when scale size input is connected to complex node The issue here is that we can not read scale from socket when determining dependent area of interest. This area will depend on current pixel. Now fall back to more stupid but reliable thing: if scale size input is connected to some nodes, we use the whole frame as area of interest. |
Commit Details:
Full Hash: 259e9ad00d8ca08579db455bbc07698b324d16a0
Parent Commit: d305c10
Lines Changed: +64, -31