Blender Git Loki
Git Commits -> Revision b1afee2
Revision b1afee2 by Tamito Kajiyama (master) May 3, 2013, 02:37 (GMT) |
Fix for shaders.py based on code review comments from flokkievids. Only the suggested changes that cause backward incompatibility were considered for now. * Removed pyFXSThicknessShader that is identical with pyConstantThicknessShader. * Swapped the order of two arguments of the pyDecreasingThicknessShader constructor in line with other shaders taking the same arguments. * Made module functions smoothC and get_fedge into methods of relevant shader classes. * Removed pyExtremitiesOrientationShader that relied on undefined Stroke methods. |
Commit Details:
Full Hash: b1afee23dafe31969e5d9e3878386f86426faaca
SVN Revision: 56482
Parent Commit: e281fff
Lines Changed: +22, -33
1 Modified Path:
/release/scripts/freestyle/style_modules/shaders.py (+22, -33) (Diff)