This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/modifiers/intern
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-01-23 07:26:39 +00:00
2012-08-26 11:35:43 +00:00
2013-01-04 02:13:29 +00:00
2012-05-06 13:38:33 +00:00
2012-10-24 05:45:54 +00:00
2012-10-24 05:45:54 +00:00
2013-01-21 15:41:00 +00:00
2012-10-14 13:08:19 +00:00
2012-12-23 16:09:26 +00:00