This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Brecht Van Lommel afb4b65167 Random number generator: replace a bunch of usage of the global random number
generator with a local one. It's not thread safe and will not give repeatable
results, so in most cases it should not be used.

Also fixes #34992 where the noise texture of a displacement modifier was not
properly random in opengl animation render, because the seed got reset to a
fixed value by an unrelated function while for final render it changed each
frame.
2013-04-15 23:12:40 +00:00
..
2013-03-26 07:29:01 +00:00
2013-03-29 06:25:22 +00:00
2013-04-08 04:39:09 +00:00
2013-04-13 20:20:21 +00:00
2013-03-26 07:29:01 +00:00