Blender Git Commit Log
Git Commits -> Revision 2910427
Revision 2910427 by Tamito Kajiyama (master) November 12, 2011, 09:02 (GMT) |
Fix for the Perlin Noise 1D geometry modifier having a noise frequency relative to the stroke length (i.e., the number of noise displacement values was the same for strokes of different lengths). This resulted in very noisy short strokes and much less noisy long strokes. Now the noise frequency is relative to the distance from the starting point of a stroke. That is, two strokes of the same length will be distorted by the same number of noise displacement values, whereas longer strokes will have more noise displacement values along stroke. Problem report by JO5EF through the BA Freestyle thread, thank you! |
Commit Details:
Full Hash: 2910427277f5fc0c201d19d72cd8347e89164e45
SVN Revision: 41766
Parent Commit: e7a4d45
Lines Changed: +2, -1
1 Modified Path:
/release/scripts/freestyle/style_modules/parameter_editor.py (+2, -1) (Diff)