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
Campbell Barton 29448bd99b Fix T48658: Cycles render & render preview corrupts particles
Replaces `G.is_rendering` with `use_render_params` argument.

This is needed for Cycles, which attempts to restore render-preview settings from particles,
after it gets its own particle data, but fails to restore because
`G.is_rendering` was being checked in psys_cache_paths (and other places).
2016-06-23 07:54:35 +10:00
..
2016-02-11 20:06:13 +11:00
2015-12-22 20:13:50 +01:00
2015-11-18 10:52:00 +11:00
2016-05-06 16:49:25 +10:00
2016-06-01 00:19:01 +10:00
2016-01-16 15:59:37 +01:00
2016-04-25 14:57:25 +10:00