System Information
Windows 10, GeForce GTX 1060 6GB
Blender Version
Broken: 2.78 Hash 248bba81e7a (blender-2.79-testbuild2-windows64)
Worked: (optional)
Short description of error
It is difficult to use the Principled shader with image textures with alpha channels. The transmission input requires an inversion from the alpha channel. Because the transmission is multiplied by base color and the color output from an image texture is black where the alpha channel is zero areas that should be transparent are opaque black. For complete transparency you can mix the color output with white using the alpha channel as the mix factor, which is clumsy, but that doesn't work for partial transparency. Also, complete transparency produces prominent noise that takes many samples (more than 1000) to remove.
Exact steps for others to reproduce the error
Just open the blend file and compare the rendering using diffuse, transparent, glossy nodes versus with principled shader (on right). The white block in the center is a reflection from an area light.
Blender file:
Texture file:
Rendered result:
On material.003 if you use the output of the mix node it will work for full transparency or opacity but not partial transparency.
If you set IOR to 1.0 then you lose the reflection: