Blender Git Loki

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

4 Modified Paths:

/source/blender/blenkernel/BKE_brush.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/blender.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+14, -2) (Diff)
/source/creator/creator.c (+3, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021