blender/release/scripts/freestyle
Tamito Kajiyama 91e5189c90 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).
2013-08-30 09:17:27 +00:00
..
data/env_map Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
style_modules Fix for [#36599] Freestyle: Line thickness modifier with certain blend types incorrectly calculated. 2013-08-30 09:17:27 +00:00