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
Lukas Toenne 640fc26c03 Fix #36630, Particlesystem - boids - goal - collision.
Problem was introduced with r54648, which determined the initial interval for the Newton-Raphson method using the "total_time" of the collision - but this info is only defined for regular collisions, not
for the raycasting used in boids to find the "ground object". To ensure correct behavior, now clear the collision info before using it (good practice in any case), then check the inv_total_time variable
and use the standard 0.001 step if not defined.
2013-09-27 13:45:47 +00:00
..
2013-08-19 09:36:40 +00:00
2013-09-11 23:28:23 +00:00
2013-03-26 07:29:01 +00:00
2013-03-09 05:35:49 +00:00
2013-09-18 00:07:17 +00:00
2013-09-13 23:58:00 +00:00
2013-03-26 07:29:01 +00:00
2013-04-03 15:04:24 +00:00
2013-03-26 07:29:01 +00:00
2013-08-19 10:44:18 +00:00