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/blenkernel
Sergey Sharybin e198c5a175 Fix crash happening with hair step
The issue was caused by the hair step checking whether
particle system needs to have path cache. This was done
in a way which was traversing an entire scene and was
checking every object for particle instance modifier.

Ideally, path cache should be an own operation in the
dependency graph. Or at least, this flag should be set
by dependency graph builder, similar to curve's path.

Since the code was broken already (it was only checking
first particle instance modifier), it is easier to
remove the buggy code, solve the crash and move on for
now.

If this causes an issue, simply set particle system to
be rendered as path.

Fixes crash with playback of Spring scenes.
2019-01-25 14:02:31 +01:00
..
2019-01-25 14:02:31 +01:00
2018-12-20 17:34:30 +11:00
2018-06-25 12:06:51 +02:00
2018-10-15 18:12:14 +11:00
2018-09-26 17:49:40 +02:00
2018-06-29 09:23:51 +02:00
2018-06-29 09:23:51 +02:00
2019-01-16 00:26:24 +11:00
2019-01-03 12:25:37 +11:00
2018-11-08 08:02:09 +11:00
2018-06-29 09:23:51 +02:00
2018-06-29 09:23:51 +02:00
2018-09-02 18:28:27 +10:00
2018-07-04 11:22:57 +02:00
2019-01-18 12:29:53 +01:00
2019-01-16 00:26:24 +11:00
2018-06-29 09:23:51 +02:00
2019-01-25 08:30:33 +11:00