Blender Git Loki
Git Commits -> Revision 1800bfb
Revision 1800bfb by Tamito Kajiyama (blender-v2.72-release) October 15, 2014, 14:30 (GMT) |
Fix T42198: Linked lines only work with linked objects. The reported issue was caused by a backward incompatibility due to careless code changes made when per-material Freestyle line colors were introduced in rB7915d7277ac8c605f016f30f943080556244fb59. In 2.71 line style Material color/alpha/thickness modifiers was retrieving alpha transparency from Material.alpha, whereas in 2.72 Material.line_color[3] was referenced. The present fix reverts the aforementioned code changes. This issue is a regression from 2.71, so the fix is appropriate for inclusion in the 2.72a release. |
Commit Details:
Full Hash: 1800bfb8ca8218675c98e063494ac1e24b20fe07
Parent Commit: 74ce45e
Committed By: Sergey Sharybin
Lines Changed: +7, -3