Blender Git Commit Log
Git Commits -> Revision 91e5189
Revision 91e5189 by Tamito Kajiyama (master) August 30, 2013, 09:17 (GMT) |
Fix for [#36599] Freestyle: Line thickness modifier with certain blend types incorrectly calculated. The inner/outer thickness values were separately blended by Multiply, Divide and other binary operators, which resulted in the wrong thickness values reported in the issue. The operations must be applied to the sum of the inner and outer thickness values. Also the Minimum and Maximum operators were not properly implemented (one of the two operands were ignored by mistake). |
Commit Details:
Full Hash: 91e5189c9077c71c0f17db31903154fc2650458a
SVN Revision: 59652
Parent Commit: 9ccf849
Lines Changed: +14, -13
1 Modified Path:
/release/scripts/freestyle/style_modules/parameter_editor.py (+14, -13) (Diff)