Files
test/source/blender/blenkernel
Antony Riakiotakis 526d79d688 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.
2013-03-19 14:25:12 +00:00
..
2012-06-06 22:38:39 +00:00
2013-03-09 05:35:49 +00:00
2012-12-22 14:25:34 +00:00
2013-03-10 06:40:19 +00:00
2013-03-17 14:38:58 +00:00
2012-06-06 22:38:39 +00:00
2013-01-14 16:42:43 +00:00
2013-03-14 05:52:30 +00:00
2013-03-18 18:25:05 +00:00