Blender Git Commit Log
Git Commits -> Revision 526d79d
Revision 526d79d by Antonis Ryakiotakis (master) March 19, 2013, 14:25 (GMT) |
Fix: jittered brushes are not jittered, reported by kursad karatas. Issue is sharing using global random generator which is shared with particle system which resets the seed due to some scene/option combination. Since it may be desirable to get predictable results with particles, made sure brushes allocate their own random number generator on startup and use that for jittering. |
Commit Details:
Full Hash: 526d79d6883ec3589e821780c69cb22e0a2206dc
SVN Revision: 55418
Parent Commit: 8fe0c0e
Lines Changed: +25, -2